From a82e96f87eacc341fc38169b5d5fcb56619777fd Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 10 May 2021 16:55:50 +0100 Subject: openssh: Exclude CVE-2007-2768 from cve-check We don't build/use the OPIE PAM module, exclude the CVE from this recipe. (From OE-Core rev: a7aba0f1226411f44f316cdced6b2b47621d1d3f) Signed-off-by: Richard Purdie --- meta/recipes-connectivity/openssh/openssh_8.5p1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-connectivity/openssh/openssh_8.5p1.bb') diff --git a/meta/recipes-connectivity/openssh/openssh_8.5p1.bb b/meta/recipes-connectivity/openssh/openssh_8.5p1.bb index 6a49cf71cc..41ac303d38 100644 --- a/meta/recipes-connectivity/openssh/openssh_8.5p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_8.5p1.bb @@ -27,6 +27,9 @@ SRC_URI = "http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar " SRC_URI[sha256sum] = "f52f3f41d429aa9918e38cf200af225ccdd8e66f052da572870c89737646ec25" +# This CVE is specific to OpenSSH with the pam opie which we don't build/use here +CVE_CHECK_WHITELIST += "CVE-2007-2768" + # This CVE is specific to OpenSSH server, as used in Fedora and Red Hat Enterprise Linux 7 # and when running in a Kerberos environment. As such it is not relevant to OpenEmbedded CVE_CHECK_WHITELIST += "CVE-2014-9278" -- cgit v1.2.3-54-g00ecf