mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Revert back to using captured regex execution as it seems to be more effecient as the ovector can be used for working space even if it is not used for captures.
Warn when captures are used in the regex, but "capture" not specified.
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -8,7 +8,8 @@
|
||||
|
||||
* Do not log 'allow' action as intercepted in the debug log.
|
||||
|
||||
* Optimize regex execution to not capture unless 'capture' action used.
|
||||
* Warn if a regular expression captures subexpressions, but the
|
||||
"capture" action was not specified.
|
||||
|
||||
* Performance improvements in memory management.
|
||||
|
||||
|
Reference in New Issue
Block a user