diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-21 13:50:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-04 11:45:46 +0000 |
commit | b274b3434f89dfc1f06589fc530b64b592cfedd7 (patch) | |
tree | a0da7f3dd35fb0c004d019b3312de9c4a4034670 | |
parent | b7f1e7695457ae2dc23e6b45450aeac215158985 (diff) | |
download | poky-b274b3434f89dfc1f06589fc530b64b592cfedd7.tar.gz |
cups: Mark CVE-2008-1033 as a non-issue
It only applies to MacOS.
(From OE-Core rev: 7acb6701df68e8259f762101ef22c2f1b3526147)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit cad1162f41c4c060744b98109514f761aa64d34a)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.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 91e73d75e4..e7a704134c 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc | |||
@@ -20,6 +20,8 @@ SRC_URI = "https://github.com/apple/cups/releases/download/v${PV}/${BP}-source.t | |||
20 | UPSTREAM_CHECK_URI = "https://github.com/apple/cups/releases" | 20 | UPSTREAM_CHECK_URI = "https://github.com/apple/cups/releases" |
21 | UPSTREAM_CHECK_REGEX = "cups-(?P<pver>\d+\.\d+(\.\d+)?)-source.tar" | 21 | UPSTREAM_CHECK_REGEX = "cups-(?P<pver>\d+\.\d+(\.\d+)?)-source.tar" |
22 | 22 | ||
23 | # Issue only applies to MacOS | ||
24 | CVE_CHECK_WHITELIST += "CVE-2008-1033" | ||
23 | # Issue affects pdfdistiller plugin used with but not part of cups | 25 | # Issue affects pdfdistiller plugin used with but not part of cups |
24 | CVE_CHECK_WHITELIST += "CVE-2009-0032" | 26 | CVE_CHECK_WHITELIST += "CVE-2009-0032" |
25 | # This is an Ubuntu only issue. | 27 | # This is an Ubuntu only issue. |