QID 150587
Date Published: 2022-11-02
QID 150587: Django Debug Mode Enabled
Django is a free and open-source, Python-based web framework that follows the model template views architectural pattern.
The web application uses Django framework. This Django web application is running with debug mode turned on (DEBUG = True ). Debug mode should be turned off in production environment, as it leads to disclosure of sensitive information about the web application.
An attacker can use the debugging information from this file to conduct further attacks.
Solution
Disable the Debug mode by setting APP_DEBUG to False.
Vendor References
CVEs related to QID 150587
Software Advisories
| Advisory ID | Software | Component | Link |
|---|