From 740980aabacc371ed0b9156ca1c489d2d6677710 Mon Sep 17 00:00:00 2001 From: Saravanan Date: Sun, 30 Nov 2025 17:22:48 +0530 Subject: python3-django: fix CVE-2024-39329 Reference: https://nvd.nist.gov/vuln/detail/CVE-2024-39329 Upstream-patch: https://github.com/django/django/commit/156d3186c96e3ec2ca73b8b25dc2ef366e38df14 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 fe438016f9..4301eccaae 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 @@ -10,6 +10,7 @@ SRC_URI += "\ file://CVE-2025-26699.patch \ file://CVE-2024-56374.patch \ file://CVE-2025-57833.patch \ + file://CVE-2024-39329.patch \ " # Set DEFAULT_PREFERENCE so that the LTS version of django is built by -- cgit v1.2.3-54-g00ecf