mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 03:57:47 +03:00
Changes the operator evaluate method to only support two arguments
Second argument can be empty if there is not need for it.
This commit is contained in:
@@ -44,7 +44,6 @@ class Operator {
|
||||
return true;
|
||||
}
|
||||
|
||||
virtual bool evaluate(Assay *assay);
|
||||
virtual bool evaluate(Assay *assay, const std::string &str);
|
||||
static Operator *instantiate(std::string op);
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user