summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssh
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-11 12:30:39 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-12 23:06:05 +0100
commit8efb104e7b80c38b764b57efa8cbe15259762e33 (patch)
treed77e15d66040b8e20d171ee09a6073e7d277bb46 /meta/recipes-connectivity/openssh
parentc6421254c54fc69223f6ce813924be949c1629d4 (diff)
downloadpoky-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.bb3
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
35CVE_CHECK_WHITELIST += "CVE-2014-9278" 35CVE_CHECK_WHITELIST += "CVE-2014-9278"
36 36
37# CVE only applies to some distributed RHEL binaries
38CVE_CHECK_WHITELIST += "CVE-2008-3844"
39
37PAM_SRC_URI = "file://sshd" 40PAM_SRC_URI = "file://sshd"
38 41
39inherit manpages useradd update-rc.d update-alternatives systemd 42inherit manpages useradd update-rc.d update-alternatives systemd