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.
Imported django.http classes instead of django.http.
by
Keith the Hare 2017-02-25 06:48:20 UTC
commit 5f3a689f71dedced29b77763617244845aa8b99a
Django
VCC
CVE-2018-14574
django/contrib/admindocs/middleware.py
+2
-2
django/contrib/contenttypes/views.py
+11
-16
django/contrib/redirects/middleware.py
+3
-3
django/core/handlers/wsgi.py
+4
-4
django/middleware/common.py
+2
-2
django/views/defaults.py
+8
-11
django/views/generic/base.py
+6
-9
django/views/i18n.py
+6
-6
docs/topics/i18n/translation.txt
+3
-3
tests/messages_tests/base.py
+3
-3
tests/messages_tests/test_middleware.py
+3
-3
tests/middleware_exceptions/views.py
+4
-4
tests/redirects_tests/tests.py
+3
-3
expand_less