mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-14 07:27:09 +03:00
Fixed parsing quoted strings in multipart Content-Disposition headers.
This commit is contained in:
@@ -117,6 +117,7 @@ struct multipart_data {
|
||||
int flag_unmatched_boundary;
|
||||
int flag_boundary_whitespace;
|
||||
int flag_missing_semicolon;
|
||||
int flag_invalid_quoting;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user