From 319421fd5bece704b4bca207015665dbeaf78e61 Mon Sep 17 00:00:00 2001 From: Vijay Anusuri Date: Thu, 6 Aug 2026 18:00:38 +0530 Subject: [PATCH] libssh: Remove duplicate CVE_STATUS entry for CVE-2025-14821 The CVE_STATUS entry for CVE-2025-14821 was added twice in the recipe. Remove the duplicate entry to keep the recipe clean Signed-off-by: Vijay Anusuri Signed-off-by: Anuj Mittal --- meta-oe/recipes-support/libssh/libssh_0.10.6.bb | 2 -- 1 file changed, 2 deletions(-) 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 1f64920a50..1e1b5fb0a5 100644 --- a/meta-oe/recipes-support/libssh/libssh_0.10.6.bb +++ b/meta-oe/recipes-support/libssh/libssh_0.10.6.bb @@ -46,8 +46,6 @@ 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 \