summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/cups/cups.inc2
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"
26CVE_CHECK_IGNORE += "CVE-2009-0032" 26CVE_CHECK_IGNORE += "CVE-2009-0032"
27# This is an Ubuntu only issue. 27# This is an Ubuntu only issue.
28CVE_CHECK_IGNORE += "CVE-2018-6553" 28CVE_CHECK_IGNORE += "CVE-2018-6553"
29# This is fixed in 2.4.2 but the cve-check class still reports it
30CVE_CHECK_IGNORE += "CVE-2022-26691"
29 31
30LEAD_SONAME = "libcupsdriver.so" 32LEAD_SONAME = "libcupsdriver.so"
31 33