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 #20223 -- Added keep_lazy() as a replacement for allow_lazy().
Thanks to bmispelon and uruz for the initial patch.
by
Gabriel the Tapanuli Orang Utan 2015-11-07 13:30:20 UTC
commit d693074d431c50e4801dd6bf52525ce1436358f0
Django
VCC
Truncating Service CVE-2019-14232
AUTHORS
-2
django/utils/functional.py
+10
-40
django/utils/html.py
+8
-9
django/utils/http.py
+5
-5
django/utils/text.py
+13
-13
docs/internals/deprecation.txt
-2
docs/ref/utils.txt
+9
-45
docs/releases/1.10.txt
-4
docs/topics/performance.txt
+1
-1
tests/decorators/tests.py
+2
-16
tests/httpwrappers/tests.py
+4
-2
tests/template_tests/filter_tests/test_escape.py
-8
tests/template_tests/filter_tests/test_escapejs.py
-10
tests/template_tests/filter_tests/test_linebreaks.py
-9
tests/template_tests/filter_tests/test_slugify.py
-10
tests/template_tests/filter_tests/test_striptags.py
-7
tests/template_tests/filter_tests/test_urlize.py
-9
tests/template_tests/filter_tests/test_wordwrap.py
-9
tests/utils_tests/test_html.py
-7
tests/utils_tests/test_safestring.py
+3
-2
tests/utils_tests/test_text.py
+4
-27
expand_less