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 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 7f65974f8219729c047fbbf8cd5cc9d80faefe77
Django
Fix
Truncating Service CVE-2019-14232
django/utils/text.py
+2
-2
docs/releases/1.11.23.txt
+14
docs/releases/2.1.11.txt
+14
docs/releases/2.2.4.txt
+14
tests/template_tests/filter_tests/test_truncatewords_html.py
+2
-2
tests/utils_tests/test_text.py
+21
-4
expand_less