-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
id: ASVS-4-0-3-V14-3-2 | ||
|
||
info: | ||
name: ASVS 14.3.2 Check | ||
author: Hamed Salimian | ||
severity: low | ||
classification: | ||
cwe-id: CWE-497 | ||
reference: | ||
- https://cheatsheetseries.owasp.org/cheatsheets/Error_Handling_Cheat_Sheet.html | ||
tags: asvs,14.3.2,debug | ||
description: | | ||
Verify that web or application server and application framework debug modes are disabled in production to eliminate debug features, developer consoles, and unintended security disclosures. | ||
workflows: | ||
- template: misconfiguration/symfony-debug.yaml | ||
- template: exposures/logs/rails-debug-mode.yaml | ||
- template: misconfiguration/debug/bottle-debug.yaml | ||
- template: misconfiguration/debug/ampache-debug.yaml | ||
- template: misconfiguration/laravel-debug-enabled.yaml | ||
- template: misconfiguration/laravel-debug-infoleak.yaml | ||
- template: misconfiguration/laravel-debug-error.yaml | ||
- template: misconfiguration/aspx-debug-mode.yaml | ||
- template: exposures/logs/jboss-seam-debug-page.yaml | ||
- template: misconfiguration/struts-ognl-console.yaml | ||
- template: exposures/logs/struts-problem-report.yaml | ||
- template: misconfiguration/sitecore-debug-page.yaml | ||
- template: exposures/logs/django-debug-exposure.yaml | ||
- template: misconfiguration/rekognition-image-validation.yaml | ||
- template: misconfiguration/browserless-debugger.yaml | ||
- template: exposures/logs/struts-debug-mode.yaml | ||
- template: misconfiguration/django-debug-detect.yaml | ||
- template: misconfiguration/airflow/airflow-debug.yaml | ||
- template: misconfiguration/php-debugbar-exposure.yaml | ||
- template: misconfiguration/wamp-xdebug-detect.yaml | ||
- template: misconfiguration/typo3-debug-mode.yaml | ||
- template: exposures/logs/pyramid-debug-toolbar.yaml | ||
- template: misconfiguration/php-errors.yaml | ||
- template: vulnerabilities/jenkins/jenkins-stack-trace.yaml | ||
- template: technologies/werkzeug-debugger-detect.yaml |