From ee59faebac7de6ac25416bb887689ffc34d2ff4a Mon Sep 17 00:00:00 2001 From: Saravanan Date: Thu, 4 Dec 2025 19:18:36 +0530 Subject: python3-django: fix CVE-2024-53907 Reference: https://nvd.nist.gov/vuln/detail/CVE-2024-53907 Upstream-patch: https://github.com/django/django/commit/790eb058b0716c536a2f2e8d1c6d5079d776c22b/ 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 c5d97ae482..04dbe1cd19 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 @@ -13,6 +13,7 @@ SRC_URI += "\ file://CVE-2024-39329.patch \ file://CVE-2024-39330.patch \ file://CVE-2024-41991.patch \ + file://CVE-2024-53907.patch \ " # Set DEFAULT_PREFERENCE so that the LTS version of django is built by -- cgit v1.2.3-54-g00ecf