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.
[1.8.x] Fixed #24469 -- Refined escaping of Django's form elements in non-Django templates.
Backport of 1f2abf784a9fe550959de242d91963b2ad6f7e9c from master
by
Susie the Reindeer 2015-03-18 20:42:59 UTC
commit 44a05a8a912596c44f37f050dcde85b45827b3b6
Django
AUTHORS
-1
django/contrib/gis/maps/google/overlays.py
+3
-5
django/forms/forms.py
+7
-3
django/forms/formsets.py
-2
django/forms/utils.py
+1
-3
django/forms/widgets.py
+4
-5
django/utils/html.py
-31
docs/ref/utils.txt
-13
tests/forms_tests/tests/test_forms.py
-10
tests/forms_tests/tests/test_formsets.py
-6
tests/forms_tests/tests/test_media.py
-6
tests/forms_tests/tests/test_utils.py
+1
-12
tests/forms_tests/tests/test_widgets.py
+1
-20
tests/gis_tests/maps/tests.py
-13
tests/utils_tests/test_html.py
+4
-67
expand_less