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-condition: and
matchers: matchers:
- type: status
status: - type: regex
- 200 part: body
- type: word regex:
words: - "root:.*:0:0:"
- "application/json"
part: header
- type: word - type: word
part: body
words: words:
- "numRowsRead" - "numRowsRead"
- "numRowsIndexed" - "numRowsIndexed"
part: body
condition: and condition: and
- type: regex - type: word
regex: part: header
- "root:.*:0:0:" words:
part: body - "application/json"
- type: status
status:
- 200
# Enhanced by mp on 2022/06/27 # Enhanced by mp on 2022/06/27