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:11:13 +0530
committerGyorgy Sarvari <skandigraun@gmail.com>2025-12-05 15:29:55 +0100
commit64e4cf993355aa69f155634c57c73de695eaa50a (patch)
treeb9cbcdf1b8edc4e924edd8280b2349f43681af55 /meta-python/recipes-devtools/python/python3-django_3.2.25.bb
parentedb07bc11e66526380469d6340e6c1cc802c6d5b (diff)
downloadmeta-openembedded-64e4cf993355aa69f155634c57c73de695eaa50a.tar.gz
python3-django: fix CVE-2024-41991
Reference: https://nvd.nist.gov/vuln/detail/CVE-2024-41991 Upstream-patch: https://github.com/django/django/commit/efea1ef7e2190e3f77ca0651b5458297bc0f6a9f/ 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 2d94b2109c..c5d97ae482 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
@@ -12,6 +12,7 @@ SRC_URI += "\
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 file://CVE-2024-39330.patch \
15 file://CVE-2024-41991.patch \
15" 16"
16 17
17# Set DEFAULT_PREFERENCE so that the LTS version of django is built by 18# Set DEFAULT_PREFERENCE so that the LTS version of django is built by