mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Basic implementation of skipAfter (still need to implement placeholders so it works with removed rules). See #258.
This commit is contained in:
@@ -235,6 +235,7 @@ struct msre_actionset {
|
||||
/* Flow */
|
||||
int is_chained;
|
||||
int skip_count;
|
||||
const char *skip_after;
|
||||
|
||||
/* Disruptive */
|
||||
int intercept_action;
|
||||
|
Reference in New Issue
Block a user