mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
cups: ignore CVE-2022-26691
This is fixed in 2.4.2, which we have, but the complex CPE in that CVE isn't parsed by cve-check correctly so it thinks that we're vulnerable. (From OE-Core rev: b40dd920f8b40eabe78db363249257818c63c074) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d71d4b7625
commit
1d2b1161a9
@@ -26,6 +26,8 @@ CVE_CHECK_IGNORE += "CVE-2008-1033"
|
||||
CVE_CHECK_IGNORE += "CVE-2009-0032"
|
||||
# This is an Ubuntu only issue.
|
||||
CVE_CHECK_IGNORE += "CVE-2018-6553"
|
||||
# This is fixed in 2.4.2 but the cve-check class still reports it
|
||||
CVE_CHECK_IGNORE += "CVE-2022-26691"
|
||||
|
||||
LEAD_SONAME = "libcupsdriver.so"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user