mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 10:20:35 +03:00
Refactoring: renames Rule to RuleWithOperator
This commit is contained in:
@@ -35,7 +35,7 @@ class VerifyCC : public Operator {
|
||||
m_pce(NULL) { }
|
||||
~VerifyCC();
|
||||
|
||||
bool evaluate(Transaction *t, Rule *rule,
|
||||
bool evaluate(Transaction *t, RuleWithOperator *rule,
|
||||
const std::string& input,
|
||||
std::shared_ptr<RuleMessage> ruleMessage) override;
|
||||
bool init(const std::string ¶m, std::string *error) override;
|
||||
|
||||
Reference in New Issue
Block a user