mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Adds sanity check to the rule id action
This commit is contained in:
@@ -87,6 +87,7 @@ class Action {
|
||||
virtual std::string evaluate(std::string exp,
|
||||
Assay *assay);
|
||||
virtual bool evaluate(Rule *rule, Assay *assay);
|
||||
virtual bool init(std::string *error) { return true; }
|
||||
|
||||
static Action *instantiate(const std::string& name);
|
||||
|
||||
|
Reference in New Issue
Block a user