Update CVE-2021-21234.yaml

patch-1
J4vaovo 2023-11-17 06:24:50 +08:00 committed by GitHub
parent 8d637132d3
commit 57c2490fdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -43,14 +43,14 @@ http:
matchers:
- type: dsl
dsl:
- 'contains(header,"text/plain")'
- "contains(header,'text/plain')"
- "regex('root:.*:0:0:', body)"
- "status_code == 200"
condition: and
- type: dsl
dsl:
- 'contains(header,"text/plain")'
- "contains(header,'text/plain')"
- "contains(body, 'bit app support')"
- "contains(body, 'fonts')"
- "contains(body, 'extensions')"