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 #26013 -- Moved django.core.urlresolvers to django.urls.
Thanks to Tim Graham for the review.
by
Ernestine the Rabbit 2015-12-30 15:51:16 UTC
commit 16411b8400ad08f90c236bb2e18f65c655f903f8
Django
VCC
CVE-2018-14574
django/__init__.py
+1
-1
django/conf/urls/__init__.py
+1
-1
django/conf/urls/i18n.py
+1
-1
django/contrib/admin/models.py
+1
-1
django/contrib/admin/options.py
+1
-1
django/contrib/admin/sites.py
+1
-1
django/contrib/admin/templatetags/admin_list.py
+1
-1
django/contrib/admin/templatetags/admin_urls.py
+1
-1
django/contrib/admin/utils.py
+1
-1
django/contrib/admin/views/main.py
+1
-1
django/contrib/admin/widgets.py
+1
-1
django/contrib/admindocs/utils.py
+1
-1
django/contrib/admindocs/views.py
+5
-5
django/contrib/auth/admin.py
+1
-1
django/contrib/auth/views.py
+1
-1
django/contrib/flatpages/models.py
+1
-1
django/contrib/gis/sitemaps/kml.py
+7
-9
django/contrib/sitemaps/__init__.py
+6
-7
django/contrib/sitemaps/views.py
+3
-2
django/core/checks/urls.py
+2
-2
django/core/handlers/base.py
+5
-6
django/core/handlers/wsgi.py
+1
-1
django/core/urlresolvers.py
+638
-7
django/db/models/__init__.py
+3
-3
django/middleware/common.py
+3
-3
django/middleware/csrf.py
+1
-1
django/middleware/locale.py
+2
-2
django/shortcuts.py
+7
-7
django/template/defaulttags.py
+1
-1
django/test/client.py
+3
-2
django/test/signals.py
+1
-1
django/test/utils.py
+1
-1
django/urls/__init__.py
-20
django/urls/base.py
-185
django/urls/exceptions.py
-11
django/urls/resolvers.py
-393
django/urls/utils.py
-64
django/views/debug.py
+1
-1
django/views/generic/base.py
+1
-1
django/views/i18n.py
+1
-1
docs/internals/contributing/writing-code/coding-style.txt
+1
-1
docs/internals/deprecation.txt
+2
-3
docs/intro/tutorial03.txt
+1
-1
docs/intro/tutorial04.txt
+4
-4
docs/intro/tutorial05.txt
+2
-2
docs/ref/class-based-views/generic-date-based.txt
+1
-1
docs/ref/class-based-views/generic-editing.txt
+2
-2
docs/ref/contrib/admin/index.txt
+5
-4
docs/ref/contrib/sitemaps.txt
+4
-3
docs/ref/contrib/syndication.txt
+1
-1
docs/ref/exceptions.txt
+9
-14
docs/ref/models/instances.txt
+4
-4
docs/ref/request-response.txt
+6
-6
docs/ref/templates/builtins.txt
+2
-2
docs/ref/unicode.txt
+2
-2
docs/ref/urlresolvers.txt
+23
-27
docs/releases/1.1.txt
+5
-5
docs/releases/1.10.txt
+2
-5
docs/releases/1.4.11.txt
+8
-6
docs/releases/1.4.12.txt
+3
-2
docs/releases/1.4.14.txt
+2
-2
docs/releases/1.4.txt
+2
-2
docs/releases/1.5.6.txt
+8
-6
docs/releases/1.5.7.txt
+2
-2
docs/releases/1.5.9.txt
+2
-2
docs/releases/1.5.txt
+2
-2
docs/releases/1.6.3.txt
+8
-6
docs/releases/1.6.4.txt
+5
-3
docs/releases/1.6.6.txt
+2
-2
docs/releases/1.6.txt
+12
-13
docs/releases/1.7.3.txt
+2
-1
docs/releases/1.8.txt
+5
-4
docs/releases/1.9.txt
+6
-4
docs/topics/class-based-views/generic-editing.txt
+4
-4
docs/topics/class-based-views/mixins.txt
+3
-3
docs/topics/http/shortcuts.txt
+4
-3
docs/topics/http/urls.txt
+5
-4
docs/topics/i18n/translation.txt
+5
-4
docs/topics/templates.txt
+1
-1
docs/topics/testing/tools.txt
+4
-3
tests/admin_changelist/tests.py
+1
-1
tests/admin_custom_urls/models.py
+1
-1
tests/admin_custom_urls/tests.py
+1
-1
tests/admin_docs/tests.py
+1
-1
tests/admin_inlines/tests.py
+1
-1
tests/admin_utils/test_logentry.py
+1
-1
tests/admin_views/test_adminsite.py
+1
-1
tests/admin_views/tests.py
+1
-1
tests/admin_widgets/tests.py
+1
-1
tests/auth_tests/test_views.py
+1
-1
tests/forms_tests/tests/test_widgets.py
+1
-1
tests/generic_inline_admin/tests.py
+1
-1
tests/generic_views/models.py
+1
-1
tests/generic_views/test_base.py
+1
-1
tests/generic_views/test_edit.py
+1
-1
tests/generic_views/views.py
+1
-1
tests/i18n/patterns/tests.py
+1
-1
tests/messages_tests/base.py
+1
-1
tests/messages_tests/test_mixins.py
+1
-1
tests/messages_tests/urls.py
+1
-1
tests/proxy_models/tests.py
+1
-1
tests/resolve_url/tests.py
+1
-1
tests/sitemaps_tests/models.py
+1
-1
tests/template_tests/syntax_tests/test_url.py
+1
-1
tests/template_tests/tests.py
+4
-4
tests/test_client/tests.py
+1
-1
tests/test_client_regress/tests.py
+1
-1
tests/test_utils/tests.py
+1
-1
tests/timezones/tests.py
+1
-1
tests/urlpatterns_reverse/middleware.py
+1
-1
tests/urlpatterns_reverse/tests.py
+5
-5
tests/urlpatterns_reverse/views.py
+1
-1
tests/urlpatterns_reverse/views_broken.py
+1
-1
tests/user_commands/management/commands/reverse_url.py
+1
-1
tests/view_tests/tests/test_debug.py
+1
-1
tests/view_tests/tests/test_i18n.py
+1
-1
tests/view_tests/views.py
+1
-1
expand_less