summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSana Kazi <sanakazisk19@gmail.com>2024-04-04 07:53:44 +0200
committerSteve Sakoman <steve@sakoman.com>2024-04-19 04:50:38 -0700
commita095c9e6a349ecf5e73e74d05cb6a815877155bf (patch)
tree00cb9e38981fe0a4d74234ec79db695a2a690136
parentf2bfbbdcea5c0dd8859244bca746a0dbf6e4878d (diff)
downloadpoky-a095c9e6a349ecf5e73e74d05cb6a815877155bf.tar.gz
openssh: Add CVE-2023-51767 to CVE_CHECK_IGNORE
Add CVE-2023-51767 to CVE_CHECK_IGNORE to avoid in cve-check reports as upstream does not consider CVE-2023-51767 a bug underlying in OpenSSH and does not intent to address it in OpenSSH. (From OE-Core rev: de4186610335201c69d8952d605bb291f4a7427c) Signed-off-by: Sana Kazi <sana.kazi@kpit.com> Signed-off-by: Sana Kazi <sana.kazisk19@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-connectivity/openssh/openssh_8.9p1.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_8.9p1.bb b/meta/recipes-connectivity/openssh/openssh_8.9p1.bb
index bc8e2d81b8..6411a64eff 100644
--- a/meta/recipes-connectivity/openssh/openssh_8.9p1.bb
+++ b/meta/recipes-connectivity/openssh/openssh_8.9p1.bb
@@ -49,6 +49,11 @@ CVE_CHECK_IGNORE += "CVE-2014-9278"
49# CVE only applies to some distributed RHEL binaries 49# CVE only applies to some distributed RHEL binaries
50CVE_CHECK_IGNORE += "CVE-2008-3844" 50CVE_CHECK_IGNORE += "CVE-2008-3844"
51 51
52# Upstream does not consider CVE-2023-51767 a bug underlying in OpenSSH and
53# does not intent to address it in OpenSSH
54# https://security-tracker.debian.org/tracker/CVE-2023-51767
55CVE_CHECK_IGNORE += "CVE-2023-51767"
56
52PAM_SRC_URI = "file://sshd" 57PAM_SRC_URI = "file://sshd"
53 58
54inherit manpages useradd update-rc.d update-alternatives systemd 59inherit manpages useradd update-rc.d update-alternatives systemd