mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
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 <namanj1@kpit.com> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
committed by
Gyorgy Sarvari
parent
668cef8d6b
commit
8c086ec3df
@@ -42,4 +42,7 @@ do_install() {
|
|||||||
RPROVIDES:${PN} += "lib7z.so()(64bit) 7z lib7z.so"
|
RPROVIDES:${PN} += "lib7z.so()(64bit) 7z lib7z.so"
|
||||||
RPROVIDES:${PN}-dev += "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"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user