mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Renames class Assay to Transaction
This commit is contained in:
@@ -30,7 +30,7 @@ class ContainsWord : public Operator {
|
||||
ContainsWord(std::string op, std::string param, bool negation)
|
||||
: Operator(op, param, negation) { }
|
||||
|
||||
bool evaluate(Assay *assay, const std::string &str);
|
||||
bool evaluate(Transaction *transaction, const std::string &str);
|
||||
|
||||
bool acceptableChar(const std::string& a, size_t pos);
|
||||
};
|
||||
|
Reference in New Issue
Block a user