mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-06 12:41:31 +08:00
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.