Update wp-sniplets-xss.yaml

patch-1
Dhiyaneshwaran 2022-02-12 23:36:55 +05:30 committed by GitHub
parent 08f1498d54
commit 30363093f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -19,10 +19,6 @@ requests:
stop-at-first-match: true
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- '><script>alert("document.domain")</script>'
@ -30,5 +26,9 @@ requests:
- type: word
words:
- "text/html"
- 'text/html'
part: header
- type: status
status:
- 200