All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Armin Kuster" <akuster808@gmail.com>
To: Richard Purdie <richard.purdie@linuxfoundation.org>,
	openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH] openssh: Exclude CVE-2007-2768 from cve-check
Date: Tue, 11 May 2021 06:07:19 -0700	[thread overview]
Message-ID: <f492dd59-7957-18c0-49c9-af98ef04919e@gmail.com> (raw)
In-Reply-To: <20210510155625.2169407-1-richard.purdie@linuxfoundation.org>



On 5/10/21 8:56 AM, Richard Purdie wrote:
> We don't build/use the OPIE PAM module, exclude the CVE from this recipe.
>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
>  meta/recipes-connectivity/openssh/openssh_8.6p1.bb | 3 +++
>  1 file changed, 3 insertions(+)
>
> 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"
> +
That sounds like what a distro says when it provides you with binaries
where they control most things. I thought this was a framework to build
a distro so what I select , you don't know.

Too bad there isn't a var like CVE_CHECK_NO_UPSTREAM_FIX and have a
cve-check level to exclude those at will.

-armin
>  # 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"
>
> 
>



      reply	other threads:[~2021-05-11 13:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-10 15:56 [PATCH] openssh: Exclude CVE-2007-2768 from cve-check Richard Purdie
2021-05-11 13:07 ` Armin Kuster [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f492dd59-7957-18c0-49c9-af98ef04919e@gmail.com \
    --to=akuster808@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.