mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Add escape option to rsub and rbl improvements
This commit is contained in:
@@ -187,6 +187,7 @@ struct msre_rule {
|
||||
char *sub_str;
|
||||
char *re_str;
|
||||
int re_precomp;
|
||||
int escape_re;
|
||||
|
||||
msre_ipmatch *ip_op;
|
||||
};
|
||||
|
Reference in New Issue
Block a user