mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Refactoring: renames Rule to RuleWithOperator
This commit is contained in:
@@ -117,7 +117,7 @@ bool VerifyCC::init(const std::string ¶m2, std::string *error) {
|
||||
}
|
||||
|
||||
|
||||
bool VerifyCC::evaluate(Transaction *t, Rule *rule,
|
||||
bool VerifyCC::evaluate(Transaction *t, RuleWithOperator *rule,
|
||||
const std::string& i, std::shared_ptr<RuleMessage> ruleMessage) {
|
||||
int offset = 0;
|
||||
int target_length = i.length();
|
||||
|
Reference in New Issue
Block a user