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 #29654 -- Made text truncation an ellipsis character instead of three dots.
Thanks Sudhanshu Mishra for the initial patch and Tim Graham for the review.
by
Nick the Sea Slug 2018-08-21 13:28:51 UTC
commit 201017df308266c7d5ed20181e6d0ffa5832e3e9
Django
VCC
Truncating Service CVE-2019-14232
django/contrib/admin/widgets.py
+1
-1
django/template/defaultfilters.py
+2
-2
django/utils/html.py
+2
-2
django/utils/text.py
+4
-3
docs/ref/templates/builtins.txt
+8
-8
docs/releases/2.2.txt
-6
tests/migrations/test_commands.py
+1
-1
tests/template_tests/filter_tests/test_truncatechars.py
+2
-2
tests/template_tests/filter_tests/test_truncatechars_html.py
+6
-6
tests/template_tests/filter_tests/test_truncatewords.py
+4
-4
tests/template_tests/filter_tests/test_truncatewords_html.py
+4
-4
tests/template_tests/filter_tests/test_urlizetrunc.py
+9
-9
tests/template_tests/syntax_tests/test_filter_syntax.py
+1
-1
tests/utils_tests/test_text.py
+16
-16
expand_less