| Message ID | 20251120124539.430386-1-namanj1@kpit.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-oe,kirkstone] p7zip: ignore CVE-2022-47069 | expand |
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"
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 <namanj1@kpit.com> --- meta-oe/recipes-extended/p7zip/p7zip_16.02.bb | 3 +++ 1 file changed, 3 insertions(+)