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-12 23:06:05 +0100 |
commit | 8efb104e7b80c38b764b57efa8cbe15259762e33 (patch) | |
tree | d77e15d66040b8e20d171ee09a6073e7d277bb46 /meta/recipes-connectivity/openssh | |
parent | c6421254c54fc69223f6ce813924be949c1629d4 (diff) | |
download | poky-8efb104e7b80c38b764b57efa8cbe15259762e33.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: 5d8b3ddf91050f6745a99a8abb1c3b03c35247af)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssh')
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh_8.6p1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_8.6p1.bb b/meta/recipes-connectivity/openssh/openssh_8.6p1.bb index 57ad5e841c..e8f041c58c 100644 --- a/meta/recipes-connectivity/openssh/openssh_8.6p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_8.6p1.bb | |||
@@ -34,6 +34,9 @@ CVE_CHECK_WHITELIST += "CVE-2007-2768" | |||
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_WHITELIST += "CVE-2014-9278" |
36 | 36 | ||
37 | # CVE only applies to some distributed RHEL binaries | ||
38 | CVE_CHECK_WHITELIST += "CVE-2008-3844" | ||
39 | |||
37 | PAM_SRC_URI = "file://sshd" | 40 | PAM_SRC_URI = "file://sshd" |
38 | 41 | ||
39 | inherit manpages useradd update-rc.d update-alternatives systemd | 42 | inherit manpages useradd update-rc.d update-alternatives systemd |