mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 01:51:52 +03:00
Refactoring: Splits Rule into Rule and RuleWithActions
This commit is contained in:
@@ -31,7 +31,7 @@ class XmlNS : public Action {
|
||||
public:
|
||||
explicit XmlNS(const std::string &action) : Action(action) { }
|
||||
|
||||
bool evaluate(Rule *rule, Transaction *transaction) override {
|
||||
bool evaluate(RuleWithActions *rule, Transaction *transaction) override {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user