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