Update CVE-2020-7473.yaml
Updated to support 2xx and 3xx status code, as well as accepting redirects just in case.patch-1
parent
3382595acc
commit
a2433d86a4
|
@ -10,10 +10,12 @@ requests:
|
|||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/UploadTest.aspx"
|
||||
redirects: true
|
||||
max-redirects: 3
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "status_code>=200 && status_code<400"
|
||||
- type: size
|
||||
size:
|
||||
- 0
|
||||
|
|
Loading…
Reference in New Issue