Skip to content

Commit 24aef51

Browse files
authored
Update 5.3.3.2.yaml
Signed-off-by: AmirHossein Raeisi <[email protected]>
1 parent a730998 commit 24aef51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/dast/5.3.3.2.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ info:
1010
- https://owasp.org/www-project-web-security-testing-guide/v42/4-Web_Application_Security_Testing/07-Input_Validation_Testing/01-Testing_for_Reflected_Cross_Site_Scripting
1111
- https://snbig.github.io/Vulnerable-Pages/ASVS_5_3_3/
1212
- https://github.com/projectdiscovery/nuclei-templates/blob/main/dast/vulnerabilities/xss/reflected-xss.yaml
13+
- https://snbig.github.io/Vulnerable-Pages/ASVS_5_3_3/
1314
tags: asvs,5.3.3
1415
description: |
1516
Verify that context-aware, preferably automated - or at worst, manual - output escaping protects against reflected, stored, and DOM based XSS. ([C4](https://owasp.org/www-project-proactive-controls/#div-numbering))
@@ -53,4 +54,4 @@ http:
5354
- type: word
5455
part: header
5556
words:
56-
- "text/html"
57+
- "text/html"

0 commit comments

Comments
 (0)