Update CVE-2021-25646.yaml

patch-1
Prince Chaddha 2022-06-28 08:15:17 +05:30 committed by GitHub
parent 69fb26846c
commit 397680fe19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 12 deletions

View File

@ -63,24 +63,25 @@ requests:
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "application/json"
part: header
- type: regex
part: body
regex:
- "root:.*:0:0:"
- type: word
part: body
words:
- "numRowsRead"
- "numRowsIndexed"
part: body
condition: and
- type: regex
regex:
- "root:.*:0:0:"
part: body
- type: word
part: header
words:
- "application/json"
- type: status
status:
- 200
# Enhanced by mp on 2022/06/27