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 #23276 -- Deprecated passing views as strings to url().
by
Lindsey the Elephant Seal 2014-08-12 14:54:42 UTC
commit a9fd740d22bc4fed5fdb280c036618000ee13df1
Django
VCC
CVE-2018-14574
django/conf/urls/__init__.py
-6
django/conf/urls/i18n.py
+1
-2
django/conf/urls/static.py
+1
-2
django/contrib/auth/tests/urls.py
+16
-16
django/contrib/staticfiles/urls.py
+1
-2
django/contrib/staticfiles/views.py
+1
-3
django/views/static.py
+1
-3
docs/internals/deprecation.txt
-2
docs/intro/overview.txt
+3
-5
docs/ref/contrib/admin/index.txt
+4
-6
docs/ref/contrib/sitemaps.txt
+9
-15
docs/ref/urls.txt
+4
-14
docs/releases/1.8.txt
+2
-11
docs/topics/http/urls.txt
+79
-38
docs/topics/i18n/translation.txt
+12
-18
tests/admin_scripts/urls.py
+1
-2
tests/generic_views/urls.py
+1
-2
tests/middleware/extra_urls.py
+3
-5
tests/middleware/urls.py
+3
-5
tests/model_permalink/urls.py
+1
-3
tests/template_tests/urls.py
+1
-1
tests/test_client/urls.py
+2
-3
tests/urlpatterns_reverse/erroneous_urls.py
+22
-23
tests/urlpatterns_reverse/namespace_urls.py
+3
-3
tests/urlpatterns_reverse/urls.py
+4
-7
tests/view_tests/generic_urls.py
+4
-5
tests/view_tests/regression_21530_urls.py
+1
-3
tests/view_tests/urls.py
+2
-2
expand_less