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_2.2.28.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python/python3-django_2.2.28.bb') diff --git a/meta-python/recipes-devtools/python/python3-django_2.2.28.bb b/meta-python/recipes-devtools/python/python3-django_2.2.28.bb index b5b2570ddb..87830e4bc3 100644 --- a/meta-python/recipes-devtools/python/python3-django_2.2.28.bb +++ b/meta-python/recipes-devtools/python/python3-django_2.2.28.bb @@ -30,6 +30,7 @@ SRC_URI += "file://CVE-2023-31047.patch \ file://CVE-2025-57833.patch \ file://CVE-2024-39329.patch \ file://CVE-2024-39330.patch \ + file://CVE-2025-32873.patch \ " SRC_URI[sha256sum] = "0200b657afbf1bc08003845ddda053c7641b9b24951e52acd51f6abda33a7413" -- cgit v1.2.3-54-g00ecf