summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r--meta/recipes-connectivity/openssh/openssh_8.2p1.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_8.2p1.bb b/meta/recipes-connectivity/openssh/openssh_8.2p1.bb
index e903ec487d..ddc9ed0b32 100644
--- a/meta/recipes-connectivity/openssh/openssh_8.2p1.bb
+++ b/meta/recipes-connectivity/openssh/openssh_8.2p1.bb
@@ -51,6 +51,15 @@ CVE_CHECK_WHITELIST += "CVE-2020-15778"
51# https://www.securityfocus.com/bid/30794 51# https://www.securityfocus.com/bid/30794
52CVE_CHECK_WHITELIST += "CVE-2008-3844" 52CVE_CHECK_WHITELIST += "CVE-2008-3844"
53 53
54# openssh-ssh1 is provided for compatibility with old devices that
55# cannot be upgraded to modern protocols. Thus they may not provide security
56# support for this package because doing so would prevent access to equipment.
57# The upstream OpenSSH developers see this as an important
58# security feature and do not intend to 'fix' it.
59# https://security-tracker.debian.org/tracker/CVE-2016-20012
60# https://ubuntu.com/security/CVE-2016-20012
61CVE_CHECK_WHITELIST += "CVE-2016-20012"
62
54PAM_SRC_URI = "file://sshd" 63PAM_SRC_URI = "file://sshd"
55 64
56inherit manpages useradd update-rc.d update-alternatives systemd 65inherit manpages useradd update-rc.d update-alternatives systemd