From 64e4cf993355aa69f155634c57c73de695eaa50a Mon Sep 17 00:00:00 2001 From: Saravanan Date: Thu, 4 Dec 2025 19:11:13 +0530 Subject: python3-django: fix CVE-2024-41991 Reference: https://nvd.nist.gov/vuln/detail/CVE-2024-41991 Upstream-patch: https://github.com/django/django/commit/efea1ef7e2190e3f77ca0651b5458297bc0f6a9f/ Signed-off-by: Saravanan Signed-off-by: Gyorgy Sarvari --- meta-python/recipes-devtools/python/python3-django_3.2.25.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python/python3-django_3.2.25.bb') diff --git a/meta-python/recipes-devtools/python/python3-django_3.2.25.bb b/meta-python/recipes-devtools/python/python3-django_3.2.25.bb index 2d94b2109c..c5d97ae482 100644 --- a/meta-python/recipes-devtools/python/python3-django_3.2.25.bb +++ b/meta-python/recipes-devtools/python/python3-django_3.2.25.bb @@ -12,6 +12,7 @@ SRC_URI += "\ file://CVE-2025-57833.patch \ file://CVE-2024-39329.patch \ file://CVE-2024-39330.patch \ + file://CVE-2024-41991.patch \ " # Set DEFAULT_PREFERENCE so that the LTS version of django is built by -- cgit v1.2.3-54-g00ecf