mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-21 10:40:24 +00:00
python3-ujson: Fix CVE-2026-44660
This patch applies the upstream fix referenced in [2], using the commit shown in [1]. [1] https://github.com/ultrajson/ultrajson/commit/82af1d0ac01d09aa40c887b460d44b9d9f4bccd9 [2] https://nvd.nist.gov/vuln/detail/CVE-2026-44660 Signed-off-by: Hetvi Thakar <hthakar@cisco.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
@@ -13,6 +13,7 @@ SRC_URI += " \
|
||||
file://0001-setup.py-Do-not-strip-debugging-symbols.patch \
|
||||
file://CVE-2026-32875.patch \
|
||||
file://CVE-2026-32874.patch \
|
||||
file://CVE-2026-44660.patch \
|
||||
"
|
||||
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
|
||||
Reference in New Issue
Block a user