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 #13165 -- Added edit and delete links to admin foreign key widgets.
Thanks to Collin Anderson for the review and suggestions and Tim for the final review.
by
Hunter the Chinook 2013-11-17 22:26:20 UTC
commit 07988744b347302925bc6cc66511e34224db55ab
Django
VCC
CVE-2016-6186
django/contrib/admin/options.py
+15
-53
django/contrib/admin/static/admin/css/widgets.css
-10
django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js
+3
-42
django/contrib/admin/static/admin/js/related-widget-wrapper.js
-23
django/contrib/admin/templates/admin/delete_confirmation.html
-2
django/contrib/admin/templates/admin/popup_response.html
+1
-7
django/contrib/admin/templates/admin/related_widget_wrapper.html
-30
django/contrib/admin/widgets.py
+14
-50
docs/ref/contrib/admin/index.txt
+1
-8
docs/releases/1.8.txt
+5
-20
tests/admin_custom_urls/tests.py
+1
-1
tests/admin_views/admin.py
+1
-2
tests/admin_views/models.py
+1
-2
tests/admin_views/tests.py
+13
-117
tests/admin_widgets/models.py
+1
-2
tests/admin_widgets/tests.py
+1
-45
tests/modeladmin/tests.py
+13
-13
expand_less