diff options
Diffstat (limited to 'meta/recipes-connectivity')
5 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi_0.8.bb b/meta/recipes-connectivity/avahi/avahi_0.8.bb index cc143ac490..3e020e6780 100644 --- a/meta/recipes-connectivity/avahi/avahi_0.8.bb +++ b/meta/recipes-connectivity/avahi/avahi_0.8.bb | |||
@@ -33,7 +33,7 @@ SRC_URI[md5sum] = "229c6aa30674fc43c202b22c5f8c2be7" | |||
33 | SRC_URI[sha256sum] = "060309d7a333d38d951bc27598c677af1796934dbd98e1024e7ad8de798fedda" | 33 | SRC_URI[sha256sum] = "060309d7a333d38d951bc27598c677af1796934dbd98e1024e7ad8de798fedda" |
34 | 34 | ||
35 | # Issue only affects Debian/SUSE, not us | 35 | # Issue only affects Debian/SUSE, not us |
36 | CVE_CHECK_WHITELIST += "CVE-2021-26720" | 36 | CVE_CHECK_IGNORE += "CVE-2021-26720" |
37 | 37 | ||
38 | DEPENDS = "expat libcap libdaemon glib-2.0" | 38 | DEPENDS = "expat libcap libdaemon glib-2.0" |
39 | 39 | ||
diff --git a/meta/recipes-connectivity/bind/bind_9.16.25.bb b/meta/recipes-connectivity/bind/bind_9.16.25.bb index 27a1683a5c..7c16376b58 100644 --- a/meta/recipes-connectivity/bind/bind_9.16.25.bb +++ b/meta/recipes-connectivity/bind/bind_9.16.25.bb | |||
@@ -28,7 +28,7 @@ UPSTREAM_CHECK_REGEX = "(?P<pver>9.(16|20|24|28)(\.\d+)+(-P\d+)*)/" | |||
28 | 28 | ||
29 | # Issue only affects dhcpd with recent bind versions. We don't ship dhcpd anymore | 29 | # Issue only affects dhcpd with recent bind versions. We don't ship dhcpd anymore |
30 | # so the issue doesn't affect us. | 30 | # so the issue doesn't affect us. |
31 | CVE_CHECK_WHITELIST += "CVE-2019-6470" | 31 | CVE_CHECK_IGNORE += "CVE-2019-6470" |
32 | 32 | ||
33 | inherit autotools update-rc.d systemd useradd pkgconfig multilib_header update-alternatives | 33 | inherit autotools update-rc.d systemd useradd pkgconfig multilib_header update-alternatives |
34 | 34 | ||
diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.63.bb b/meta/recipes-connectivity/bluez5/bluez5_5.63.bb index 34c4767d2b..a9ee29135d 100644 --- a/meta/recipes-connectivity/bluez5/bluez5_5.63.bb +++ b/meta/recipes-connectivity/bluez5/bluez5_5.63.bb | |||
@@ -3,7 +3,7 @@ require bluez5.inc | |||
3 | SRC_URI[sha256sum] = "9349e11e8160bb3d720835d271250d8a7424d3690f5289e6db6fe07cc66c6d76" | 3 | SRC_URI[sha256sum] = "9349e11e8160bb3d720835d271250d8a7424d3690f5289e6db6fe07cc66c6d76" |
4 | 4 | ||
5 | # These issues have kernel fixes rather than bluez fixes so exclude here | 5 | # These issues have kernel fixes rather than bluez fixes so exclude here |
6 | CVE_CHECK_WHITELIST += "CVE-2020-12352 CVE-2020-24490" | 6 | CVE_CHECK_IGNORE += "CVE-2020-12352 CVE-2020-24490" |
7 | 7 | ||
8 | # noinst programs in Makefile.tools that are conditional on READLINE | 8 | # noinst programs in Makefile.tools that are conditional on READLINE |
9 | # support | 9 | # support |
diff --git a/meta/recipes-connectivity/openssh/openssh_8.8p1.bb b/meta/recipes-connectivity/openssh/openssh_8.8p1.bb index ee86bb92ab..953c29dbf2 100644 --- a/meta/recipes-connectivity/openssh/openssh_8.8p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_8.8p1.bb | |||
@@ -28,14 +28,14 @@ SRC_URI = "http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar | |||
28 | SRC_URI[sha256sum] = "4590890ea9bb9ace4f71ae331785a3a5823232435161960ed5fc86588f331fe9" | 28 | SRC_URI[sha256sum] = "4590890ea9bb9ace4f71ae331785a3a5823232435161960ed5fc86588f331fe9" |
29 | 29 | ||
30 | # This CVE is specific to OpenSSH with the pam opie which we don't build/use here | 30 | # This CVE is specific to OpenSSH with the pam opie which we don't build/use here |
31 | CVE_CHECK_WHITELIST += "CVE-2007-2768" | 31 | CVE_CHECK_IGNORE += "CVE-2007-2768" |
32 | 32 | ||
33 | # This CVE is specific to OpenSSH server, as used in Fedora and Red Hat Enterprise Linux 7 | 33 | # This CVE is specific to OpenSSH server, as used in Fedora and Red Hat Enterprise Linux 7 |
34 | # and when running in a Kerberos environment. As such it is not relevant to OpenEmbedded | 34 | # and when running in a Kerberos environment. As such it is not relevant to OpenEmbedded |
35 | CVE_CHECK_WHITELIST += "CVE-2014-9278" | 35 | CVE_CHECK_IGNORE += "CVE-2014-9278" |
36 | 36 | ||
37 | # CVE only applies to some distributed RHEL binaries | 37 | # CVE only applies to some distributed RHEL binaries |
38 | CVE_CHECK_WHITELIST += "CVE-2008-3844" | 38 | CVE_CHECK_IGNORE += "CVE-2008-3844" |
39 | 39 | ||
40 | PAM_SRC_URI = "file://sshd" | 40 | PAM_SRC_URI = "file://sshd" |
41 | 41 | ||
diff --git a/meta/recipes-connectivity/openssl/openssl_3.0.1.bb b/meta/recipes-connectivity/openssl/openssl_3.0.1.bb index d08d9b02dc..1128f6a737 100644 --- a/meta/recipes-connectivity/openssl/openssl_3.0.1.bb +++ b/meta/recipes-connectivity/openssl/openssl_3.0.1.bb | |||
@@ -255,4 +255,4 @@ CVE_VERSION_SUFFIX = "alphabetical" | |||
255 | 255 | ||
256 | # Only affects OpenSSL >= 1.1.1 in combination with Apache < 2.4.37 | 256 | # Only affects OpenSSL >= 1.1.1 in combination with Apache < 2.4.37 |
257 | # Apache in meta-webserver is already recent enough | 257 | # Apache in meta-webserver is already recent enough |
258 | CVE_CHECK_WHITELIST += "CVE-2019-0190" | 258 | CVE_CHECK_IGNORE += "CVE-2019-0190" |