From 8d7e7fa162513d77c3095f66a9536eb495144bbf Mon Sep 17 00:00:00 2001 From: Naman Jain Date: Mon, 1 Jun 2026 12:50:01 +0530 Subject: [PATCH] libssh: ignore CVE-2025-14821 Ignore CVE-2025-14821 as it is only applicable for windows. Reference: [https://security-tracker.debian.org/tracker/CVE-2025-14821] Signed-off-by: Naman Jain Signed-off-by: Anuj Mittal --- meta-oe/recipes-support/libssh/libssh_0.10.6.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/libssh/libssh_0.10.6.bb b/meta-oe/recipes-support/libssh/libssh_0.10.6.bb index 1e1b5fb0a5..1f64920a50 100644 --- a/meta-oe/recipes-support/libssh/libssh_0.10.6.bb +++ b/meta-oe/recipes-support/libssh/libssh_0.10.6.bb @@ -46,6 +46,8 @@ PACKAGECONFIG[tests] = "-DUNIT_TESTING=1, -DUNIT_TESTING=0, cmocka" ARM_INSTRUCTION_SET:armv5 = "arm" +CVE_STATUS[CVE-2025-14821] = "not-applicable-platform: The vulnerability is Windows specific" + EXTRA_OECMAKE = " \ -DWITH_PCAP=1 \ -DWITH_SFTP=1 \