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