Update CVE-2020-14181.yaml
parent
3e72210539
commit
d6d1fc7d7d
|
@ -21,13 +21,16 @@ info:
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/secure/ViewUserHover.jspa"
|
- '{{BaseURL}}/secure/ViewUserHover.jspa'
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- "User does not exist"
|
- 'User does not exist'
|
||||||
|
- 'content="JIRA"'
|
||||||
|
condition: and
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
|
|
Loading…
Reference in New Issue