diff mbox series

[meta,scarthgap] libssh: ignore CVE-2025-14821

Message ID 20260601072001.2491831-1-naman.jain@partner.bmw.de
State New
Headers show
Series [meta,scarthgap] libssh: ignore CVE-2025-14821 | expand

Commit Message

Naman Jain June 1, 2026, 7:20 a.m. UTC
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 <naman.jain@partner.bmw.de>
---
 meta-oe/recipes-support/libssh/libssh_0.10.6.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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 189305fd2e..5f270eb183 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 \