Update CVE-2020-7473.yaml

Updated to support 2xx and 3xx status code, as well as accepting redirects just in case.
patch-1
Regala 2020-05-19 11:45:31 +01:00 committed by GitHub
parent 3382595acc
commit a2433d86a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -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