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

Version 5.0.0 #524

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from
Draft

Version 5.0.0 #524

wants to merge 23 commits into from

Conversation

stitch
Copy link
Collaborator

@stitch stitch commented Jun 24, 2024

No description provided.

@stitch stitch marked this pull request as draft June 24, 2024 09:16
dashboard/settings_util.py Fixed Show fixed Hide fixed
if not os.path.exists(secret_key_file):
secret_key = get_random_secret_key()
with open(secret_key_file, 'w+', encoding="UTF-8") as f:
f.write(secret_key)

Check failure

Code scanning / CodeQL

Clear-text storage of sensitive information High

This expression stores
sensitive data (secret)
as clear text.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's keys all the way down. This is fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants