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

Qss poc #943

Closed
wants to merge 9 commits into from
Closed

Qss poc #943

wants to merge 9 commits into from

Conversation

danjuan-81
Copy link
Collaborator

a new branch for hypercomputer cluster project

name = f"projects/{project_id}/secrets/{secret_id}/versions/{version_id}"
try:
response = client.access_secret_version(request={"name": name})
log.debug(f"Secret '{name}' was found.")

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information High

This expression logs
sensitive data (secret)
as clear text.
This expression logs
sensitive data (secret)
as clear text.
log.debug(f"Secret '{name}' was found.")
payload = response.payload.data.decode("UTF-8")
except gExceptions.NotFound:
log.debug(f"Secret '{name}' was not found!")

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information High

This expression logs
sensitive data (secret)
as clear text.
This expression logs
sensitive data (secret)
as clear text.
@danjuan-81 danjuan-81 closed this Jan 24, 2025
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