Files
codeql/python/ql/test/experimental/query-tests/Security/CWE-287-ConstantSecretKey/config2.py
2026-06-19 12:22:40 +01:00

6 lines
103 B
Python

"""Flask App configuration."""
# General Config
FLASK_DEBUG = True
SECRET_KEY = "CHANGEME5" # $ Alert