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:11:29 +0530
committerGyorgy Sarvari <skandigraun@gmail.com>2025-11-30 15:16:31 +0100
commit0b554678b68189e14293a8a6a07bb6998ce345c4 (patch)
treec1f08279ef62012579042972e52b711c31ff9c32 /meta-python/recipes-devtools/python/python3-django_3.2.25.bb
parent540b79e3eeec268bfbc49ad1fe227cc385005bf4 (diff)
downloadmeta-openembedded-0b554678b68189e14293a8a6a07bb6998ce345c4.tar.gz
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 <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 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} += "\
8" 8"
9SRC_URI += "\ 9SRC_URI += "\
10 file://CVE-2025-26699.patch \ 10 file://CVE-2025-26699.patch \
11 file://CVE-2024-56374.patch \
11" 12"
12 13
13# Set DEFAULT_PREFERENCE so that the LTS version of django is built by 14# Set DEFAULT_PREFERENCE so that the LTS version of django is built by