From 540b79e3eeec268bfbc49ad1fe227cc385005bf4 Mon Sep 17 00:00:00 2001 From: Saravanan Date: Sun, 30 Nov 2025 17:05:23 +0530 Subject: python3-django: fix CVE-2025-26699 Reference: https://nvd.nist.gov/vuln/detail/CVE-2025-26699 Upstream-patch: https://github.com/django/django/commit/e88f7376fe68dbf4ebaf11fad1513ce700b45860 Signed-off-by: Saravanan Signed-off-by: Gyorgy Sarvari --- meta-python/recipes-devtools/python/python3-django_3.2.25.bb | 3 +++ 1 file changed, 3 insertions(+) (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 29977fa013..fb6cb97710 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 @@ -6,6 +6,9 @@ SRC_URI[sha256sum] = "7ca38a78654aee72378594d63e51636c04b8e28574f5505dff630895b5 RDEPENDS:${PN} += "\ ${PYTHON_PN}-sqlparse \ " +SRC_URI += "\ + file://CVE-2025-26699.patch \ +" # Set DEFAULT_PREFERENCE so that the LTS version of django is built by # default. To build the 3.x branch, -- cgit v1.2.3-54-g00ecf