python3-flask: fix CVE-2026-27205

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

[1] https://github.com/pallets/flask/commit/c17f379390731543eea33a570a47bd4ef76a54fa
[2] https://github.com/pallets/flask/security/advisories/GHSA-68rp-wp8r-4726

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-08-12 09:35:10 +05:30
committed by Anuj Mittal
parent 07d8247914
commit 49bb7f1369
2 changed files with 262 additions and 0 deletions
@@ -23,3 +23,5 @@ RDEPENDS:${PN} = " \
python3-profile \
python3-werkzeug \
"
SRC_URI += "file://CVE-2026-27205.patch"