Changes by RAUSHAN RAJ :
--
components: Library (Lib)
nosy: RAUSHAN RAJ
priority: normal
severity: normal
status: open
title: wsgiref HTTP Response Header Injection: CRLF Injection
type: security
versions: Python 2.7, Python 3.3, Python 3.4, Python 3.5
New submission from RAUSHAN RAJ:
https://www.owasp.org/index.php/CRLF_Injection
Issue is in wsgiref.headers – WSGI response header tools
This module provides a single class, Headers, for convenient manipulation of
WSGI response headers using a mapping-like interface.
class