This class implements the most generic ModSecurity-like match. It matches the value of a given variable against a single or set of values using a specific operator. This implementation supports the operators
rx
, by matching the value against regular expressionspm
, by looking for substring matcheseq
, by looking for equality of strings
|
|
|
|