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:
@@ -24,7 +24,7 @@ namespace modsecurity {
|
||||
namespace operators {
|
||||
|
||||
|
||||
bool BeginsWith::evaluate(Transaction *transaction, Rule *rule,
|
||||
bool BeginsWith::evaluate(Transaction *transaction, RuleWithOperator *rule,
|
||||
const std::string &str, std::shared_ptr<RuleMessage> ruleMessage) {
|
||||
std::string p(m_string->evaluate(transaction));
|
||||
|
||||
|
Reference in New Issue
Block a user