python3-ujson: Fix CVE-2026-32875

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

[1] https://github.com/ultrajson/ultrajson/commit/486bd4553dc471a1de11613bc7347a6b318e37ea
[2] https://nvd.nist.gov/vuln/detail/CVE-2026-32875

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:20 +05:30
committed by Anuj Mittal
parent b9534a154d
commit 28aefe0fdb
2 changed files with 200 additions and 0 deletions
@@ -11,6 +11,7 @@ inherit pypi ptest setuptools3
SRC_URI += " \
file://run-ptest \
file://0001-setup.py-Do-not-strip-debugging-symbols.patch \
file://CVE-2026-32875.patch \
"
DEPENDS += "python3-setuptools-scm-native"