mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
Change operator to @within, because the argument processing is non-deterministic
This commit is contained in:
parent
88f1414531
commit
5572ac0798
@ -283,7 +283,7 @@
|
||||
"SecRuleEngine On",
|
||||
"SecRule ARGS \"@rx 1\" \"id:1,phase:1,pass\"",
|
||||
"SecRule ARGS \"@rx 2\" \"id:2,phase:1,deny,status:403,chain\"",
|
||||
"SecRule MATCHED_VAR_NAME \"@strEq ARGS:baz\""
|
||||
"SecRule MATCHED_VAR_NAME \"@within ARGS:baz ARGS:bar\""
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user