mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 12:07:46 +03:00
Renames class Assay to Transaction
This commit is contained in:
@@ -40,7 +40,7 @@ class Rx : public Operator {
|
||||
m_re = new Regex(param);
|
||||
}
|
||||
|
||||
bool evaluate(Assay *assay, const std::string &input);
|
||||
bool evaluate(Transaction *transaction, const std::string &input);
|
||||
|
||||
std::list<std::string> matched;
|
||||
private:
|
||||
|
Reference in New Issue
Block a user