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

Safeboot #30

Merged
merged 2 commits into from
Aug 13, 2024
Merged

Safeboot #30

merged 2 commits into from
Aug 13, 2024

Conversation

mathieucarbou
Copy link
Owner

No description provided.

@mathieucarbou mathieucarbou self-assigned this Aug 13, 2024
@mathieucarbou mathieucarbou merged commit ac4d99a into main Aug 13, 2024
9 checks passed
@mathieucarbou mathieucarbou deleted the safeboot branch August 13, 2024 13:57
response = requests.get(cacert_url)
if response.status_code == 200:
with open(os.path.join(output_dir, "cacerts.pem"), "w", encoding="utf-8") as f:
f.write(response.text)

Check failure

Code scanning / CodeQL

Clear-text storage of sensitive information High

This expression stores
sensitive data (certificate)
as clear text.
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.

1 participant