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.
Took advantage of django.utils.six.moves.urllib.*.
by
Shawn the Jaguar 2013-09-05 19:38:59 UTC
commit 6a6428a36f221446b17eaf4876e92d3db1781962
Django
django/contrib/auth/decorators.py
+4
-1
django/contrib/auth/tests/test_views.py
+4
-1
django/contrib/auth/views.py
+5
-1
django/contrib/comments/views/utils.py
+4
-1
django/contrib/sitemaps/__init__.py
+5
-2
django/contrib/staticfiles/handlers.py
+7
-2
django/contrib/staticfiles/storage.py
+5
-1
django/contrib/staticfiles/views.py
+4
-1
django/core/cache/__init__.py
+4
-1
django/core/files/storage.py
+4
-1
django/core/management/templates.py
+4
-1
django/core/servers/basehttp.py
+5
-2
django/core/validators.py
+4
-2
django/forms/fields.py
+4
-1
django/forms/widgets.py
+4
-1
django/templatetags/static.py
+5
-1
django/test/client.py
+5
-1
django/test/testcases.py
+7
-3
django/utils/encoding.py
+4
-1
django/utils/feedgenerator.py
+4
-1
django/utils/html.py
+5
-1
django/utils/http.py
+13
-10
django/views/static.py
+4
-1
docs/topics/python3.txt
+9
tests/admin_views/tests.py
+5
-2
tests/file_storage/tests.py
+5
-2
tests/requests/tests.py
+2
-2
tests/servers/tests.py
+4
-2
tests/staticfiles_tests/test_liveserver.py
+4
-1
tests/template_tests/tests.py
+4
-1
tests/test_client/views.py
+4
-1
expand_less