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