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-01 11:55:35 +0000 |
commit | 7d08b1916df99bcd0cd62609854eebaedf6ae393 (patch) | |
tree | 73a41286b2882a13f99a3150884b18594e57b347 /meta | |
parent | 5e2b40da1d5dd6a1b581e422635455555e37260e (diff) | |
download | poky-7d08b1916df99bcd0cd62609854eebaedf6ae393.tar.gz |
cups: Mark CVE-2008-1033 as a non-issue
It only applies to MacOS.
(From OE-Core rev: 6ebf7c268fbbf7e7b2411ba0888e141187020017)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit cad1162f41c4c060744b98109514f761aa64d34a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 509c80c313..f6d54c7cf2 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc | |||
@@ -18,6 +18,8 @@ SRC_URI = "https://github.com/apple/cups/releases/download/v${PV}/${BP}-source.t | |||
18 | UPSTREAM_CHECK_URI = "https://github.com/apple/cups/releases" | 18 | UPSTREAM_CHECK_URI = "https://github.com/apple/cups/releases" |
19 | UPSTREAM_CHECK_REGEX = "cups-(?P<pver>\d+\.\d+(\.\d+)?)-source.tar" | 19 | UPSTREAM_CHECK_REGEX = "cups-(?P<pver>\d+\.\d+(\.\d+)?)-source.tar" |
20 | 20 | ||
21 | # Issue only applies to MacOS | ||
22 | CVE_CHECK_WHITELIST += "CVE-2008-1033" | ||
21 | # Issue affects pdfdistiller plugin used with but not part of cups | 23 | # Issue affects pdfdistiller plugin used with but not part of cups |
22 | CVE_CHECK_WHITELIST += "CVE-2009-0032" | 24 | CVE_CHECK_WHITELIST += "CVE-2009-0032" |
23 | # This is an Ubuntu only issue. | 25 | # This is an Ubuntu only issue. |