Fixed CVE-2021-41349 Template

patch-1
xiaostrong 2022-05-26 11:05:36 +08:00
parent debc17529f
commit 02f04376b7
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