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-12-04 19:18:36 +0530
committerGyorgy Sarvari <skandigraun@gmail.com>2025-12-05 15:29:58 +0100
commitee59faebac7de6ac25416bb887689ffc34d2ff4a (patch)
treec5fd12de02d2ae967dc5575950b1e05e1c3b4a7a /meta-python/recipes-devtools/python/python3-django_3.2.25.bb
parent64e4cf993355aa69f155634c57c73de695eaa50a (diff)
downloadmeta-openembedded-ee59faebac7de6ac25416bb887689ffc34d2ff4a.tar.gz
python3-django: fix CVE-2024-53907
Reference: https://nvd.nist.gov/vuln/detail/CVE-2024-53907 Upstream-patch: https://github.com/django/django/commit/790eb058b0716c536a2f2e8d1c6d5079d776c22b/ 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 c5d97ae482..04dbe1cd19 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
@@ -13,6 +13,7 @@ SRC_URI += "\
13 file://CVE-2024-39329.patch \ 13 file://CVE-2024-39329.patch \
14 file://CVE-2024-39330.patch \ 14 file://CVE-2024-39330.patch \
15 file://CVE-2024-41991.patch \ 15 file://CVE-2024-41991.patch \
16 file://CVE-2024-53907.patch \
16" 17"
17 18
18# Set DEFAULT_PREFERENCE so that the LTS version of django is built by 19# Set DEFAULT_PREFERENCE so that the LTS version of django is built by