From dd90760c11c2b560db3af4a971336e94ebe15820 Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Sun, 19 Jul 2026 21:50:19 +0200 Subject: [PATCH] bit7z: set status for CVE-2026-45380 and CVE-2026-45384 These CVEs were fixed in 4.0.12 as seen in release notes [1]. Current CVE-CHECK still reports them as unfixed, correct it. [1] https://github.com/rikyoz/bit7z/releases/tag/v4.0.12 Signed-off-by: Peter Marko Signed-off-by: Khem Raj --- meta-oe/recipes-extended/7zip/bit7z_4.0.12.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-extended/7zip/bit7z_4.0.12.bb b/meta-oe/recipes-extended/7zip/bit7z_4.0.12.bb index 31202d0ea2..1399130e11 100644 --- a/meta-oe/recipes-extended/7zip/bit7z_4.0.12.bb +++ b/meta-oe/recipes-extended/7zip/bit7z_4.0.12.bb @@ -82,3 +82,6 @@ ALLOW_EMPTY:${PN} = "1" RDEPENDS:${PN}-ptest += "libstdc++ 7zip" # test data contains various file types with different architectures INSANE_SKIP:${PN}-ptest += "arch" + +CVE_STATUS[CVE-2026-45380] = "fixed-version: Fixed since 4.0.12" +CVE_STATUS[CVE-2026-45384] = "fixed-version: Fixed since 4.0.12"