diff options
author | Steve Sakoman <steve@sakoman.com> | 2021-12-05 07:21:47 -1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-08 20:22:11 +0000 |
commit | 26c83bbcc63b486d8f18a9a5394c72fb38b4e71b (patch) | |
tree | 31276c682dbe0d2340f21ed3da1163cc592d3a74 | |
parent | df2031f3694722cba519057a1e44b130eff82a2a (diff) | |
download | poky-26c83bbcc63b486d8f18a9a5394c72fb38b4e71b.tar.gz |
cve-extra-exclusions: add db CVEs to exclusion list
Since Oracle relicensed bdb, the open source community is slowly but surely replacing bdb with
supported and open source friendly alternatives. As a result these CVEs are unlikely to ever be fixed.
(From OE-Core rev: 679fc70f907fb221f4541ebf30c1610e937209b7)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/distro/include/cve-extra-exclusions.inc | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/meta/conf/distro/include/cve-extra-exclusions.inc b/meta/conf/distro/include/cve-extra-exclusions.inc index a6f52b5de7..e02a4d1fde 100644 --- a/meta/conf/distro/include/cve-extra-exclusions.inc +++ b/meta/conf/distro/include/cve-extra-exclusions.inc | |||
@@ -44,7 +44,14 @@ CVE_CHECK_WHITELIST += "CVE-2010-4756" | |||
44 | # exposing this interface in an exploitable way | 44 | # exposing this interface in an exploitable way |
45 | CVE_CHECK_WHITELIST += "CVE-2020-29509 CVE-2020-29511" | 45 | CVE_CHECK_WHITELIST += "CVE-2020-29509 CVE-2020-29511" |
46 | 46 | ||
47 | 47 | # db | |
48 | # Since Oracle relicensed bdb, the open source community is slowly but surely replacing bdb with | ||
49 | # supported and open source friendly alternatives. As a result these CVEs are unlikely to ever be fixed. | ||
50 | CVE_CHECK_WHITELIST += "CVE-2015-2583 CVE-2015-2624 CVE-2015-2626 CVE-2015-2640 CVE-2015-2654 \ | ||
51 | CVE-2015-2656 CVE-2015-4754 CVE-2015-4764 CVE-2015-4774 CVE-2015-4775 CVE-2015-4776 CVE-2015-4777 \ | ||
52 | CVE-2015-4778 CVE-2015-4779 CVE-2015-4780 CVE-2015-4781 CVE-2015-4782 CVE-2015-4783 CVE-2015-4784 \ | ||
53 | CVE-2015-4785 CVE-2015-4786 CVE-2015-4787 CVE-2015-4788 CVE-2015-4789 CVE-2015-4790 CVE-2016-0682 \ | ||
54 | CVE-2016-0689 CVE-2016-0692 CVE-2016-0694 CVE-2016-3418 CVE-2020-2981" | ||
48 | 55 | ||
49 | #### CPE update pending #### | 56 | #### CPE update pending #### |
50 | 57 | ||