mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Added URLENCODED_ERROR, which is raised when invalid URL encoding is encountered
This commit is contained in:
@@ -257,6 +257,8 @@ struct modsec_rec {
|
||||
apr_table_t *request_headers_to_sanitize;
|
||||
apr_table_t *response_headers_to_sanitize;
|
||||
apr_table_t *request_cookies;
|
||||
|
||||
unsigned int urlencoded_error;
|
||||
|
||||
unsigned int is_relevant;
|
||||
|
||||
|
Reference in New Issue
Block a user