Describe the bug
It seems like the @rx operator has a different behavior in two engines (mod_security2 and libmodsecurity3)
mod_security2 has these PCRE flags:
PCRE2, PCRE
libmodsecurity3 has these ones:
PCRE2, PCRE
To Reproduce
coreruleset/coreruleset#3277
We should discuss:
- do we want to resolve this issue?
- how?
Describe the bug
It seems like the
@rxoperator has a different behavior in two engines (mod_security2 and libmodsecurity3)mod_security2 has these PCRE flags:
PCRE2, PCRE
libmodsecurity3 has these ones:
PCRE2, PCRE
To Reproduce
coreruleset/coreruleset#3277
We should discuss: