From 0b554678b68189e14293a8a6a07bb6998ce345c4 Mon Sep 17 00:00:00 2001 From: Saravanan Date: Sun, 30 Nov 2025 17:11:29 +0530 Subject: python3-django: fix CVE-2024-56374 Reference: https://nvd.nist.gov/vuln/detail/CVE-2024-56374 Upstream-patch: https://github.com/django/django/commit/ad866a1ca3e7d60da888d25d27e46a8adb2ed36e 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 fb6cb97710..452f2f87a6 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 @@ -8,6 +8,7 @@ RDEPENDS:${PN} += "\ " SRC_URI += "\ file://CVE-2025-26699.patch \ + file://CVE-2024-56374.patch \ " # Set DEFAULT_PREFERENCE so that the LTS version of django is built by -- cgit v1.2.3-54-g00ecf