mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 03:57:47 +03:00
Adds support to SecDefaultAction configuration directive
This commit is contained in:
@@ -88,6 +88,7 @@ class Action {
|
||||
Assay *assay);
|
||||
virtual bool evaluate(Rule *rule, Assay *assay);
|
||||
virtual bool init(std::string *error) { return true; }
|
||||
virtual bool isDisruptive() { return false; }
|
||||
|
||||
static Action *instantiate(const std::string& name);
|
||||
|
||||
|
Reference in New Issue
Block a user