diff --git a/python-jinja2.spec b/python-jinja2.spec index 1c73c96..16f007c 100644 --- a/python-jinja2.spec +++ b/python-jinja2.spec @@ -2,7 +2,7 @@ Name: python-jinja2 Version: 3.1.3 -Release: 4 +Release: 5 Summary: A full-featured template engine for Python License: BSD-3-Clause URL: http://jinja.pocoo.org/ @@ -13,6 +13,7 @@ BuildArch: noarch Patch0001: 0001-disallow-invalid-characters-in-keys-to-xmlattr-filte.patch Patch0002: backport-CVE-2024-56326.patch Patch0003: backport-CVE-2024-56201.patch +Patch0004: backport-CVE-2025-27516.patch %description Jinja2 is one of the most used template engines for Python. It is inspired by Django's @@ -66,6 +67,12 @@ popd %doc Jinja2-%{version}/examples %changelog +* Fri Apr 18 2025 maoyanping - 3.1.3-5 +- Type: CVE +- CVE: CVE-2025-27516 +- SUG: NA +- DESC: fix CVE-2025-27516 + * Thu Dec 26 2024 weihaohao - 3.1.3-4 - Type: CVE - CVE: CVE-2024-56201