python-python-multipart-0.0.31-1.el10_3
- python-python-multipart-0.0.31-1.el10_3
- Speed up multipart header parsing and callback dispatch.
- Bound header field name size before validating.
-
Validate Content-Length is non-negative in parse_form.
- GHSA-5rvq-cxj2-64vf
- GHSA-6jv3-5f52-599m
- GHSA-vffw-93wf-4j4q
- Parse application/x-www-form-urlencoded bodies per the WHATWG URL standard, treating only & as a field separator.
- Ignore RFC 2231/5987 extended parameters (name*, filename*) in parse_options_header, keeping the plain parameter authoritative per RFC 7578 §4.2.