summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-04-06 14:03:09 +0200
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-06 09:46:30 -0700
commit34628ad546e1f2ff113881199cd509074e44c8e6 (patch)
treef1d7119a8f351a6585988a77050d7b25565d6936
parente50cf01385db3657c1aa1847fcca06c60ffa144f (diff)
downloadmeta-openembedded-34628ad546e1f2ff113881199cd509074e44c8e6.tar.gz
botan: mark CVE-2026-32877 and CVE-2026-32883 patched
Both CVEs were fixed in version 3.11.0, however NVD tracks them without version/CPE info. Relevant commits: CVE-2026-32877: https://github.com/randombit/botan/commit/798a332e11949afa8b004564bb9031e66c1a4d13 CVE-2026-32883: https://github.com/randombit/botan/commit/6ecc62a4e36937d036df8c8eda6a85708abb8c37 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-oe/recipes-crypto/botan/botan_3.11.1.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-crypto/botan/botan_3.11.1.bb b/meta-oe/recipes-crypto/botan/botan_3.11.1.bb
index d3d0498ec6..2d6b64ad64 100644
--- a/meta-oe/recipes-crypto/botan/botan_3.11.1.bb
+++ b/meta-oe/recipes-crypto/botan/botan_3.11.1.bb
@@ -65,3 +65,6 @@ FILES:${PN}-test = "${bindir}/botan-test ${datadir}/${PN}/tests/data"
65COMPATIBLE_HOST:riscv32 = "null" 65COMPATIBLE_HOST:riscv32 = "null"
66 66
67BBCLASSEXTEND = "native nativesdk" 67BBCLASSEXTEND = "native nativesdk"
68
69CVE_STATUS[CVE-2026-32877] = "fixed-version: fixed since 3.11.0"
70CVE_STATUS[CVE-2026-32883] = "fixed-version: fixed since 3.11.0"