mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
More multipart improvements. Added MULTIPART_MISSING_SEMICOLON.
This commit is contained in:
@@ -108,6 +108,7 @@ struct multipart_data {
|
||||
int flag_crlf_line;
|
||||
int flag_unmatched_boundary;
|
||||
int flag_boundary_whitespace;
|
||||
int flag_missing_semicolon;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user