mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix dict element regular expression selection on SecRuleUpdateTargetByTag
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
},
|
||||
"rules":[
|
||||
"SecRuleEngine On",
|
||||
"SecRuleUpdateTargetByTag test !ARGS:'/ke/'",
|
||||
"SecRuleUpdateTargetByTag test !ARGS:/ke/",
|
||||
"SecRule ARGS \"@contains value\" \"id:1,pass,t:trim,tag:'test',deny\""
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user