mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Use pmFromFile instead of pmfile and p=phrase instead of parallel in docs. See #16.
This commit is contained in:
6
CHANGES
6
CHANGES
@@ -6,9 +6,9 @@
|
||||
|
||||
* Added rule file/line to audit log messages.
|
||||
|
||||
* Added new parallel matching operators, @pm and @pmfile. These use
|
||||
an alternate set based matching engine to perform faster keyword
|
||||
type matches.
|
||||
* Added new phrase matching operators, @pm and @pmFromFile. These use
|
||||
an alternate set based matching engine to perform faster phrase
|
||||
type matches such as black/white lists, spam keywords, etc.
|
||||
|
||||
* Cache transformations per-request/phase so they are not repeated.
|
||||
|
||||
|
Reference in New Issue
Block a user