Benoit Chesneau 2073e13dc8 fix: reject control characters in header field-value (RFC 9110 section 5.5)
field-vchar = VCHAR / obs-text; only SP and HTAB are permitted beyond
that. Previous validation only caught NUL/CR/LF, leaving BEL, DEL, FF,
and other C0/C1 controls accepted — a log/response injection risk. Now
rejected across the WSGI and ASGI Python parsers.
2026-04-19 12:07:16 +02:00
..
2024-04-22 03:33:30 +02:00
2026-02-13 02:40:01 +01:00
2024-04-22 03:33:14 +02:00
2024-04-22 03:33:14 +02:00