Skip to content

Commit

Permalink
fix template validation action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahsraeisi committed May 13, 2024
1 parent 1deccd3 commit b051e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/5.1.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ info:
- https://snbig.github.io/Vulnerable-Pages/ASVS_5_1_5/
tags: asvs,5.1.5
description: |
Verify that URL redirects and forwards only allow destinations which appear on an allow list, or show a warning when redirecting to potentially untrusted content.
Verify that URL redirects and forwards only allow destinations which appear on an allow list, or show a warning when redirecting to potentially untrusted content.
variables:
vulnerable_parameter: "url"
Expand All @@ -26,7 +26,7 @@ http:
- "{{BaseURL}}//{{payload}}"
- "{{BaseURL}}/?{{vulnerable_parameter}}={{payload}}"
- "{{BaseURL}}?{{vulnerable_parameter}}={{payload}}"

payloads:
payload:
- '%0a/evil.com/'
Expand Down

0 comments on commit b051e1b

Please sign in to comment.