mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix disruptive action flow while RuleEngine is in DetectionOnly
This commit is contained in:
@@ -25,6 +25,7 @@ typedef struct ModSecurityIntervention_t {
|
||||
int pause;
|
||||
const char *url;
|
||||
const char *log;
|
||||
int disruptive;
|
||||
} ModSecurityIntervention;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Reference in New Issue
Block a user