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:22:48 +0530
committerGyorgy Sarvari <skandigraun@gmail.com>2025-11-30 15:16:34 +0100
commit740980aabacc371ed0b9156ca1c489d2d6677710 (patch)
tree6970a72dda9470a6ae8831cdc7d77957f50fbf9b /meta-python/recipes-devtools/python/python3-django_3.2.25.bb
parent21d389c8f9c82be11f50560668591d5f7ae80690 (diff)
downloadmeta-openembedded-740980aabacc371ed0b9156ca1c489d2d6677710.tar.gz
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 <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 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 += "\
10 file://CVE-2025-26699.patch \ 10 file://CVE-2025-26699.patch \
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" 14"
14 15
15# Set DEFAULT_PREFERENCE so that the LTS version of django is built by 16# Set DEFAULT_PREFERENCE so that the LTS version of django is built by