mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Implement "block" pseudo-action. See #441.
This commit is contained in:
@@ -272,9 +272,15 @@ struct msre_actionset {
|
||||
int intercept_status;
|
||||
int intercept_pause;
|
||||
|
||||
/* "block" needs parent action to reset it */
|
||||
msre_action *parent_intercept_action_rec;
|
||||
msre_action *intercept_action_rec;
|
||||
int parent_intercept_action;
|
||||
|
||||
/* Other */
|
||||
int log;
|
||||
int auditlog;
|
||||
int block;
|
||||
};
|
||||
|
||||
char DSOLOCAL *msre_actionset_generate_action_string(apr_pool_t *pool, const msre_actionset *actionset);
|
||||
|
Reference in New Issue
Block a user