mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Now use memcmp() vs strncmp() in string comparison operators since we already short-circuit when the match will not fit in the target.
Added @containsWord. See #182.
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -2,6 +2,9 @@
|
||||
01 Oct 2007 - 2.5.0-dev3
|
||||
------------------------
|
||||
|
||||
* Added a @containsWord operator that will match a given string anywhere in
|
||||
the target value, but only on word boundaries.
|
||||
|
||||
* Used new TX:LAST_MATCHED_VAR_NAME to store the last matched variable name
|
||||
so that it can be more easily used by rules.
|
||||
|
||||
|
Reference in New Issue
Block a user