summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb
diff options
context:
space:
mode:
authorHitendra Prajapati <hprajapati@mvista.com>2026-03-31 11:45:06 +0530
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-04-03 15:00:47 +0530
commit4810cd8c5bbc0b4349a78eac85a6a882bc0b03a2 (patch)
tree772d54d051e1374ce4d971d0673a17a39bcf91e2 /meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb
parentb13ae5a8eb286f8f4e53c290d5b09e15c303289c (diff)
downloadmeta-openembedded-4810cd8c5bbc0b4349a78eac85a6a882bc0b03a2.tar.gz
python3-cbor2: patch CVE-2026-26209
Backport the patch[1] which fixes this vulnerability as mentioned in the comment[3]. Details: https://nvd.nist.gov/vuln/detail/CVE-2026-26209 [1] https://github.com/agronholm/cbor2/commit/e61a5f365ba610d5907a0ae1bc72769bba34294b [2] https://github.com/agronholm/cbor2/commit/fb4ee1612a8a1ac0dbd8cf2f2f6f931a4e06d824 (pre patch) [3] https://github.com/agronholm/cbor2/pull/275 Dropped changes to the changelog from the original commit. Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb
index 69e5daba2a..90688ced20 100644
--- a/meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb
+++ b/meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb
@@ -14,6 +14,8 @@ SRC_URI += " \
14 file://run-ptest \ 14 file://run-ptest \
15 file://CVE-2025-64076.patch \ 15 file://CVE-2025-64076.patch \
16 file://CVE-2025-68131.patch \ 16 file://CVE-2025-68131.patch \
17 file://CVE-2026-26209-pre1.patch \
18 file://CVE-2026-26209.patch \
17" 19"
18 20
19RDEPENDS:${PN}-ptest += " \ 21RDEPENDS:${PN}-ptest += " \