mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Refactoring: Splits Rule into Rule and RuleWithActions
This commit is contained in:
@@ -51,7 +51,7 @@ std::string Action::evaluate(const std::string &value,
|
||||
}
|
||||
|
||||
|
||||
bool Action::evaluate(Rule *rule, Transaction *transaction) {
|
||||
bool Action::evaluate(RuleWithActions *rule, Transaction *transaction) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user