You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is opened as public as the primary described CVE is already publicated and this only contains one certain point that has to be changed in code in Python.
In Lib/wsgiref/handlers.py at 260 (def _convert_string_type(self, value, title):) it is necessary to add the same fix as in #143916 requested as well.
This issue is opened as public as the primary described CVE is already publicated and this only contains one certain point that has to be changed in code in Python.
In Lib/wsgiref/handlers.py at 260 (def _convert_string_type(self, value, title):) it is necessary to add the same fix as in #143916 requested as well.
Linked PRs
Lib/wsgiref/handlers.pyfor security #144371