Merge pull request #7327 from j4vaovo/patch-44

fix CVE-2022-1595-false positive
patch-1
Ritik Chaddha 2023-05-31 13:16:13 +05:30 committed by GitHub
commit b5f69565e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -38,8 +38,12 @@ http:
- "wordpress_"
condition: and
- type: word
part: header
words:
- "404.php"
negative: true
- type: status
status:
- 302
# Enhanced by md on 2023/01/06