You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can confirm this is a bug. I tested this with Apache + mod_security2 and it worked as you expect.
Just one note: the rule above is wrong especially for libmodsecurity3. As I know, every rule (even it's a chained rule) must have some action. So I could have tested with this rule:
Describe the bug
The above rule match request which body is 'abc'
The match is not expected, because the rule is "chained" rule, the second rule require the body contains "123" string.
If i remove multiMatch ,then everything is expected.
So i think the multiMatch flag has bug when it is used with chain rule
The text was updated successfully, but these errors were encountered: