Skip to content

Commit 03191dd

Browse files
authored
Update 5.2.6.yaml
Signed-off-by: AmirHossein Raeisi <[email protected]>
1 parent b01e94f commit 03191dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/dast/5.2.6.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/19-Testing_for_Server-Side_Request_Forgery
1111
- https://snbig.github.io/Vulnerable-Pages/ASVS_12_6_1/
1212
- https://github.com/projectdiscovery/nuclei-templates/blob/main/dast/vulnerabilities/ssrf/response-ssrf.yaml
13+
- https://snbig.github.io/Vulnerable-Pages/ASVS_12_6_1/
1314
tags: asvs,5.2.6
1415
description: |
1516
Verify that the application protects against SSRF attacks, by validating or sanitizing untrusted data or HTTP file metadata, such as filenames and URL input fields, and uses allow lists of protocols, domains, paths and ports.
@@ -102,4 +103,4 @@ http:
102103
- type: regex
103104
part: body
104105
regex:
105-
- 'id[\s\S]+interfaces\/'
106+
- 'id[\s\S]+interfaces\/'

0 commit comments

Comments
 (0)