mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Mark any error conditions/alerts as 'relevant'.
Clean up/add error messages where this can happen.
This commit is contained in:
@@ -69,6 +69,8 @@ apr_status_t DSOLOCAL read_request_body(modsec_rec *msr, char **error_msg);
|
||||
|
||||
int DSOLOCAL perform_interception(modsec_rec *msr);
|
||||
|
||||
apr_status_t DSOLOCAL send_error_bucket(modsec_rec *msr, ap_filter_t *f, int status);
|
||||
|
||||
int DSOLOCAL apache2_exec(modsec_rec *msr, const char *command, const char **argv, char **output);
|
||||
|
||||
void DSOLOCAL record_time_checkpoint(modsec_rec *msr, int checkpoint_no);
|
||||
|
Reference in New Issue
Block a user