Merge pull request #4481 from xiaostrong/CVE-2021-41349

Fixed CVE-2021-41349 Template
patch-1
Prince Chaddha 2022-05-27 10:13:11 +05:30 committed by GitHub
commit e41f9981db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -38,8 +38,13 @@ requests:
words:
- 'text/html'
- type: word
words:
- "A potentially dangerous Request.Form value was detected from the client"
negative: true
- type: status
status:
- 500
# Enhanced by mp on 2022/03/07
# Enhanced by xiaostrong on 2022/05/26