mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 10:20:35 +03:00
Refactoring: Splits Rule into Rule and RuleWithActions
This commit is contained in:
@@ -37,7 +37,7 @@ class RuleId : public Action {
|
||||
m_ruleId(0) { }
|
||||
|
||||
bool init(std::string *error) override;
|
||||
bool evaluate(Rule *rule, Transaction *transaction) override;
|
||||
bool evaluate(RuleWithActions *rule, Transaction *transaction) override;
|
||||
|
||||
private:
|
||||
double m_ruleId;
|
||||
|
||||
Reference in New Issue
Block a user