- update to 2.11.3

* Improve the speed of the urlize filter by reducing regex backtracking.
    and only word characters in the TLD (CVE-2020-28493 bsc#1181944).
- drops CVE-2020-28493.patch in older dists

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Jinja2?expand=0&rev=104
This commit is contained in:
Dirk Mueller 2023-09-05 15:18:02 +00:00 committed by Git OBS Bridge
parent 511464b448
commit 99fd2ac438

View File

@ -135,6 +135,7 @@ Tue Feb 9 15:42:40 UTC 2021 - Alexandros Toptsoglou <atoptsoglou@suse.com>
* Improve the speed of the urlize filter by reducing regex backtracking. * Improve the speed of the urlize filter by reducing regex backtracking.
Email matching requires a word character at the start of the domain part Email matching requires a word character at the start of the domain part
and only word characters in the TLD (CVE-2020-28493 bsc#1181944). and only word characters in the TLD (CVE-2020-28493 bsc#1181944).
- drops CVE-2020-28493.patch in older dists
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 4 09:35:51 UTC 2020 - Johannes Grassler <johannes.grassler@suse.com> Mon May 4 09:35:51 UTC 2020 - Johannes Grassler <johannes.grassler@suse.com>