mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adds support to SecRuleRemoveByMsg
This commit is contained in:
@@ -76,6 +76,7 @@ class Rule {
|
||||
std::vector<std::string> getActionNames();
|
||||
std::vector<actions::Action *> getActionsByName(const std::string& name);
|
||||
bool containsTag(const std::string& name, Transaction *t);
|
||||
bool containsMsg(const std::string& name, Transaction *t);
|
||||
bool containsDisruptiveAction();
|
||||
|
||||
int refCountDecreaseAndCheck() {
|
||||
|
Reference in New Issue
Block a user