summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-django_3.2.25.bb
diff options
context:
space:
mode:
authorSaravanan <saravanan.kadambathursubramaniyam@windriver.com>2025-11-30 17:50:17 +0530
committerGyorgy Sarvari <skandigraun@gmail.com>2025-11-30 15:16:36 +0100
commit8b438a9d7bb259b94244fc61ef7281404e506674 (patch)
tree054495e3a74fb89e3a99ace828cabeed2d2a6139 /meta-python/recipes-devtools/python/python3-django_3.2.25.bb
parent740980aabacc371ed0b9156ca1c489d2d6677710 (diff)
downloadmeta-openembedded-8b438a9d7bb259b94244fc61ef7281404e506674.tar.gz
python3-django: fix CVE-2024-39330
Reference: https://nvd.nist.gov/vuln/detail/CVE-2024-39330 Upstream-patch: https://github.com/django/django/commit/2b00edc0151a660d1eb86da4059904a0fc4e095e Signed-off-by: Saravanan <saravanan.kadambathursubramaniyam@windriver.com> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django_3.2.25.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-django_3.2.25.bb1
1 files changed, 1 insertions, 0 deletions
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 4301eccaae..2d94b2109c 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
@@ -11,6 +11,7 @@ SRC_URI += "\
11 file://CVE-2024-56374.patch \ 11 file://CVE-2024-56374.patch \
12 file://CVE-2025-57833.patch \ 12 file://CVE-2025-57833.patch \
13 file://CVE-2024-39329.patch \ 13 file://CVE-2024-39329.patch \
14 file://CVE-2024-39330.patch \
14" 15"
15 16
16# Set DEFAULT_PREFERENCE so that the LTS version of django is built by 17# Set DEFAULT_PREFERENCE so that the LTS version of django is built by