diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-11 12:30:39 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-20 12:36:41 +0100 |
| commit | 53ba676278e1105f96695a17426c4b29357a978f (patch) | |
| tree | ea373131d7b094b0857c28b8118f959b6328524d | |
| parent | 593eb7ab96ff8d9e2185082022f9012eb44ee086 (diff) | |
| download | poky-53ba676278e1105f96695a17426c4b29357a978f.tar.gz | |
openssh: Exclude CVE-2008-3844 from cve-check
CVE only applies to some distributed RHEL binaries so irrelavent to us.
(From OE-Core rev: 44d477b1cadc3e48c0a902123736fdf3bf2b412c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 5d8b3ddf91050f6745a99a8abb1c3b03c35247af)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-connectivity/openssh/openssh_8.2p1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_8.2p1.bb b/meta/recipes-connectivity/openssh/openssh_8.2p1.bb index b429fbe96d..6ed54a8139 100644 --- a/meta/recipes-connectivity/openssh/openssh_8.2p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_8.2p1.bb | |||
| @@ -35,6 +35,9 @@ CVE_CHECK_WHITELIST += "CVE-2007-2768" | |||
| 35 | # and when running in a Kerberos environment. As such it is not relevant to OpenEmbedded | 35 | # and when running in a Kerberos environment. As such it is not relevant to OpenEmbedded |
| 36 | CVE_CHECK_WHITELIST += "CVE-2014-9278" | 36 | CVE_CHECK_WHITELIST += "CVE-2014-9278" |
| 37 | 37 | ||
| 38 | # CVE only applies to some distributed RHEL binaries | ||
| 39 | CVE_CHECK_WHITELIST += "CVE-2008-3844" | ||
| 40 | |||
| 38 | PAM_SRC_URI = "file://sshd" | 41 | PAM_SRC_URI = "file://sshd" |
| 39 | 42 | ||
| 40 | inherit manpages useradd update-rc.d update-alternatives systemd | 43 | inherit manpages useradd update-rc.d update-alternatives systemd |
