From 8c086ec3df04214bb36c4ea86e607ccaaabbaa50 Mon Sep 17 00:00:00 2001 From: Naman Jain Date: Thu, 20 Nov 2025 18:15:39 +0530 Subject: [PATCH] p7zip: ignore CVE-2022-47069 According to debian, this issue is due to crash in CLI tool with no security impact, hence ignore this CVE Reference: https://security-tracker.debian.org/tracker/CVE-2022-47069 Signed-off-by: Naman Jain Signed-off-by: Gyorgy Sarvari --- meta-oe/recipes-extended/p7zip/p7zip_16.02.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb b/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb index 31a12fdb04..cd92e73c12 100644 --- a/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb +++ b/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb @@ -42,4 +42,7 @@ do_install() { RPROVIDES:${PN} += "lib7z.so()(64bit) 7z lib7z.so" RPROVIDES:${PN}-dev += "lib7z.so()(64bit) 7z lib7z.so" +# According to debian, this is due to Crash in CLI tool, no security impact +CVE_CHECK_IGNORE += "CVE-2022-47069" + BBCLASSEXTEND = "native nativesdk"