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

fix(integrity check): update hash + handle collectstatic #10241

Merged
merged 4 commits into from
May 22, 2024

Revert "test wrong hash"

546f366
Select commit
Loading
Failed to load commit list.
Merged

fix(integrity check): update hash + handle collectstatic #10241

Revert "test wrong hash"
546f366
Select commit
Loading
Failed to load commit list.
DryRunSecurity / Sensitive Files Analyzer succeeded May 21, 2024 in 3s

DryRun Security

Details

Sensitive Files Analyzer Findings: 1 detected

⚠️ Potential Sensitive File dojo/settings/settings.py (click for details)
Type Potential Sensitive File
Description Changes to this file could impact anything from how your Django application hashes passwords to logging configurations, secret keys and session generation and even how well your site prevents Cross-Site Request Forgery attacks. It contains many other important options that will heavily impact the security of your site depending on how they are configured.
Filename dojo/settings/settings.py
CodeLink
import hashlib
import sys
from pathlib import Path
from split_settings.tools import include, optional