1
0
forked from pool/python-Django

CVE-2025-57833

This commit is contained in:
Markéta Calábková
2025-09-04 15:16:57 +02:00
parent 8d85f7e406
commit 59a6beb077
3 changed files with 89 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ Source2: %{name}.keyring
Source99: python-Django-rpmlintrc
# PATCH-FIX-UPSTREAM https://github.com/django/django/pull/19639 Fixed #36499 -- Adjusted utils_tests.test_html.TestUtilsHtml.test_strip_tags following Python's HTMLParser new behavior.
Patch0: test_strip_tags.patch
# PATCH-FIX-UPSTREAM CVE-2025-57833.patch bsc#1248810
Patch1: CVE-2025-57833.patch
BuildRequires: %{python_module Jinja2 >= 2.9.2}
BuildRequires: %{python_module Pillow >= 6.2.0}
BuildRequires: %{python_module PyYAML}