Fix dict element regular expression selection on SecRuleUpdateTargetByTag

This commit is contained in:
Felipe Zimmerle
2019-05-31 01:40:08 -03:00
parent 5472362313
commit 1b8d69da02
3 changed files with 252 additions and 245 deletions

View File

@@ -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\""
]
}