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