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.11.X] Fixed CVE-2019-14232 -- Adjusted regex to avoid backtracking issues when truncating HTML.
Thanks to Guido Vranken for initial report.
by
Leland the Mouse 2019-07-15 09:46:09 UTC
commit 42a66e969023c00536256469f0e8b8a099ef109d
Django
Fix
Truncating Service CVE-2019-14232
django/utils/text.py
+2
-2
docs/releases/1.11.23.txt
-14
tests/template_tests/filter_tests/test_truncatewords_html.py
+2
-2
tests/utils_tests/test_text.py
+4
-19
expand_less