The Vulnerability History Project
Vulnerabilities
Insights
Curate
Tags
All
Projects
CWEs
Languages
Lessons
Severities
Subsystems
More
News
Projects We Study
How to Contribute
By the Numbers
About Us
Toggle Theme
Warning: Our website does not support Internet Explorer, please use Edge instead.
Fixed #19508 -- Implemented uri_to_iri as per RFC.
Thanks Loic Bistuer for helping in shaping the patch and Claude Paroz for the review.
by
Jacob the Tetra 2014-07-22 12:25:22 UTC
commit 10b17a22bec2eaf44c3315614aea87c127caee46
Django
VCC
stringstoolong CVE-2019-14235
django/core/handlers/wsgi.py
+7
-4
django/core/servers/basehttp.py
-17
django/test/client.py
+8
-8
django/utils/encoding.py
+2
-39
docs/ref/unicode.txt
+7
-24
docs/ref/utils.txt
+1
-14
docs/releases/1.8.txt
-3
tests/handlers/tests.py
-25
tests/utils_tests/test_encoding.py
+17
-55
expand_less