python3-ujson: Fix CVE-2026-54911

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

[1] https://github.com/ultrajson/ultrajson/commit/169eaf36b1116fece5034ee79a7a0ef3f6deedcf
[2] https://nvd.nist.gov/vuln/detail/CVE-2026-54911

Signed-off-by: Hetvi Thakar <hthakar@cisco.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
Hetvi Thakar
2026-09-01 06:57:22 +05:30
committed by Anuj Mittal
parent 50f5a96f22
commit 97131550a8
2 changed files with 268 additions and 0 deletions
@@ -14,6 +14,7 @@ SRC_URI += " \
file://CVE-2026-32875.patch \
file://CVE-2026-32874.patch \
file://CVE-2026-44660.patch \
file://CVE-2026-54911.patch \
"
DEPENDS += "python3-setuptools-scm-native"