mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 09:55:28 +03:00
Refactoring: renames Rule to RuleWithOperator
This commit is contained in:
@@ -77,7 +77,7 @@ bool VerifySVNR::verify(const char *svnrnumber, int len) {
|
||||
}
|
||||
|
||||
|
||||
bool VerifySVNR::evaluate(Transaction *t, Rule *rule,
|
||||
bool VerifySVNR::evaluate(Transaction *t, RuleWithOperator *rule,
|
||||
const std::string& input, std::shared_ptr<RuleMessage> ruleMessage) {
|
||||
std::list<SMatch> matches;
|
||||
bool is_svnr = false;
|
||||
|
||||
Reference in New Issue
Block a user