Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

+added recipe for exports api privileges by api integration #461

Merged
merged 5 commits into from
Aug 20, 2024

Conversation

ShocOne
Copy link
Contributor

@ShocOne ShocOne commented Aug 20, 2024

Change

Thank you for your contribution !
Please include a summary of the change and which issue is fixed.
Please also include relevant motivation and context.
List any dependencies that are required for this change.

Type of Change

Please DELETE options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update (Wiki)
  • Refactor (refactoring code, removing code, changing code structure)

Checklist

  • I'm sure there are no other open Pull Requests for the same update/change
  • My corresponding pipelines / checks run clean and green without any errors or warnings
  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (readme)
  • I did format my code

log.Fatalf("Error marshaling prestage data: %v", err)
}
fmt.Println("Prestage configuration to be sent:")
fmt.Println(string(prestageJSON))

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information High

Sensitive data returned by an access to RotateRecoveryLockPassword
flows to a logging call.
log.Fatalf("Error marshaling prestage data: %v", err)
}
fmt.Println("Prestage configuration to be sent:")
fmt.Println(string(prestageJSON))

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information High

Sensitive data returned by an access to RotateRecoveryLockPassword
flows to a logging call.
@thejoeker12 thejoeker12 merged commit 9f3f21d into main Aug 20, 2024
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants