mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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:
parent
668cef8d6b
commit
8c086ec3df
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user