diff options
| author | Hitendra Prajapati <hprajapati@mvista.com> | 2026-02-26 18:06:45 +0530 |
|---|---|---|
| committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-02-27 14:28:43 +0100 |
| commit | f19f8995e2a97859a94cfac6d8b1588b283b8f84 (patch) | |
| tree | 7c5639837e6475875ccb4c1506aed04925a0ae80 /meta-python/recipes-devtools/python/python3-cbor2_5.4.2.bb | |
| parent | d9010e70c426fd08a2483c1587ada2b1f46719fe (diff) | |
| download | meta-openembedded-f19f8995e2a97859a94cfac6d8b1588b283b8f84.tar.gz | |
python3-cbor2: patch CVE-2025-68131
Backport the patch[1] which fixes this vulnerability as mentioned in the
comment[2].
Details: https://nvd.nist.gov/vuln/detail/CVE-2025-68131
[1] https://github.com/agronholm/cbor2/commit/f1d701cd2c411ee40bb1fe383afe7f365f35abf0
[2] https://github.com/agronholm/cbor2/pull/268#issuecomment-3719179000
Dropped changes to the changelog from the original commit.
Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com>
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cbor2_5.4.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cbor2_5.4.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.4.2.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.4.2.bb index bbdeca7adb..5aeb82b992 100644 --- a/meta-python/recipes-devtools/python/python3-cbor2_5.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-cbor2_5.4.2.bb | |||
| @@ -10,6 +10,7 @@ inherit pypi python_setuptools_build_meta ptest | |||
| 10 | 10 | ||
| 11 | SRC_URI += " \ | 11 | SRC_URI += " \ |
| 12 | file://run-ptest \ | 12 | file://run-ptest \ |
| 13 | file://CVE-2025-68131.patch \ | ||
| 13 | " | 14 | " |
| 14 | 15 | ||
| 15 | # not vulnerable yet, vulnerability was introduced in v5.6.0 | 16 | # not vulnerable yet, vulnerability was introduced in v5.6.0 |
