python3-django: fix CVE-2026-15307

This patch applies the upstream fix as referenced in [2],
using the commit shown in [1].

[1] https://github.com/django/django/commit/115ffd0463a765ab1cc93de18e94b5459b8a300e
[2] https://nvd.nist.gov/vuln/detail/CVE-2026-15307

Signed-off-by: Darsh Kelaiya <dkelaiya@cisco.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
Darsh Kelaiya
2026-09-01 10:17:59 +05:30
committed by Anuj Mittal
parent 8a6e67f063
commit 3bc6095e25
2 changed files with 564 additions and 0 deletions
@@ -9,6 +9,7 @@ SRC_URI += "file://CVE-2025-64460.patch \
file://CVE-2025-64459-2.patch \
file://CVE-2025-57833.patch \
file://CVE-2025-59681.patch \
file://CVE-2026-15307.patch \
"
SRC_URI[sha256sum] = "29019a5763dbd48da1720d687c3522ef40d1c61be6fb2fad27ed79e9f655bc11"