diff options
author | Ross Burton <ross.burton@arm.com> | 2022-06-29 16:15:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-30 10:27:17 +0100 |
commit | 1d2b1161a91b31cb53f4a46ddc626a1a91428c2b (patch) | |
tree | e67ffe664be295c4b86f5a35423c3ebdaa78a08c | |
parent | d71d4b7625d9ae2a165e3088a11b46fe1c1fcd13 (diff) | |
download | poky-1d2b1161a91b31cb53f4a46ddc626a1a91428c2b.tar.gz |
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>
-rw-r--r-- | meta/recipes-extended/cups/cups.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index 8f2ad8a009..4592980766 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc | |||
@@ -26,6 +26,8 @@ CVE_CHECK_IGNORE += "CVE-2008-1033" | |||
26 | CVE_CHECK_IGNORE += "CVE-2009-0032" | 26 | CVE_CHECK_IGNORE += "CVE-2009-0032" |
27 | # This is an Ubuntu only issue. | 27 | # This is an Ubuntu only issue. |
28 | CVE_CHECK_IGNORE += "CVE-2018-6553" | 28 | CVE_CHECK_IGNORE += "CVE-2018-6553" |
29 | # This is fixed in 2.4.2 but the cve-check class still reports it | ||
30 | CVE_CHECK_IGNORE += "CVE-2022-26691" | ||
29 | 31 | ||
30 | LEAD_SONAME = "libcupsdriver.so" | 32 | LEAD_SONAME = "libcupsdriver.so" |
31 | 33 | ||