mirror of
https://github.com/python/cpython.git
synced 2026-04-15 08:11:10 +00:00
gh-144370: Disallow usage of control characters in status in wsgiref.handlers for security (GH-144371)
Disallow usage of control characters in status in wsgiref.handlers
to prevent HTTP header injections.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| handlers.py | ||
| headers.py | ||
| simple_server.py | ||
| types.py | ||
| util.py | ||
| validate.py | ||