From: Richard Purdie Date: Mon, 10 May 2021 15:55:50 +0000 (+0100) Subject: openssh: Exclude CVE-2007-2768 from cve-check X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~7877 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3670be602f2ace24dc49e196407efec577164050;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git openssh: Exclude CVE-2007-2768 from cve-check We don't build/use the OPIE PAM module, exclude the CVE from this recipe. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/openssh/openssh_8.6p1.bb b/meta/recipes-connectivity/openssh/openssh_8.6p1.bb index be56fe43b9e..57ad5e841ca 100644 --- a/meta/recipes-connectivity/openssh/openssh_8.6p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_8.6p1.bb @@ -27,6 +27,9 @@ SRC_URI = "http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar " SRC_URI[sha256sum] = "c3e6e4da1621762c850d03b47eed1e48dff4cc9608ddeb547202a234df8ed7ae" +# 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"