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>
This commit is contained in:
Saravanan
2025-12-04 19:11:13 +05:30
committed by Gyorgy Sarvari
parent edb07bc11e
commit 64e4cf9933
2 changed files with 144 additions and 0 deletions
@@ -12,6 +12,7 @@ SRC_URI += "\
file://CVE-2025-57833.patch \
file://CVE-2024-39329.patch \
file://CVE-2024-39330.patch \
file://CVE-2024-41991.patch \
"
# Set DEFAULT_PREFERENCE so that the LTS version of django is built by