In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Information Exposure vulnerabilities in an interactive lesson.
Start learningDjango
is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
Affected versions of this package are vulnerable to Information Exposure. When the DEBUG
is set to True
, Exceptions generate a formatted error page, including the full traceback and a display of the HTTP request and relevant settings. Sensitive settings are obscured in this display, but the data submitted with the HTTP request is not. An error in a login view could result in a DEBUG page displaying the plain-text password (from the POST data).