All rules →
Rules / Python
SHIELD-PY-012

Flask debug mode enabled

highPythonCWE-94CVSS 7.5

What it detects

Running Flask in debug mode in production exposes an interactive debugger.

How to fix

Disable debug mode in production. Use environment variables to control debug settings.

Scan your repo freeFull documentation
Back to all rules
SHIELD-PY-012: Flask debug mode enabled — Zennoxa Shield