Update top-xss-params.yaml
Fixes an edge case false positive on AkamaiGhost serverspatch-1
parent
491789580d
commit
dea16d4ebd
|
@ -42,6 +42,14 @@ requests:
|
|||
- "text/html"
|
||||
part: header
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "<title>Access Denied</title>"
|
||||
- "You don't have permission to access"
|
||||
part: body
|
||||
condition: and
|
||||
negative: true
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue