🔨 Fix false-positives - CVE-2020-8115
parent
0ab076bf9a
commit
08f950e425
|
@ -2,7 +2,7 @@ id: CVE-2018-20824
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Atlassian Jira WallboardServlet XSS
|
name: Atlassian Jira WallboardServlet XSS
|
||||||
author: madrobot
|
author: madrobot & dwisiswant0
|
||||||
severity: medium
|
severity: medium
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
|
@ -14,7 +14,7 @@ requests:
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
- type: word
|
- type: regex
|
||||||
words:
|
regex:
|
||||||
- alert(document.domain)
|
- (?mi)timeout:\salert\(document\.domain\)
|
||||||
part: body
|
part: body
|
||||||
|
|
Loading…
Reference in New Issue