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.
[2.1.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 c23723a1551340cc7d3126f04fcfd178fa224193
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
tests/template_tests/filter_tests/test_truncatewords_html.py
+2
-2
tests/utils_tests/test_text.py
+4
-21
expand_less