package/libssh: ignore CVE-2025-5318

Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 51b1e1daf5)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Titouan Christophe
2025-10-23 16:05:25 +02:00
committed by Arnout Vandecappelle
parent 8980b63179
commit 141c6f2556

View File

@@ -17,6 +17,10 @@ LIBSSH_CONF_OPTS = \
-DWITH_STACK_PROTECTOR=OFF \
-DWITH_EXAMPLES=OFF
# NVD database is missing an upper version specifier.
# This vulnerability only affects libssh<0.11.2
LIBSSH_IGNORE_CVES = CVE-2025-5318
ifeq ($(BR2_ARM_INSTRUCTIONS_THUMB),y)
LIBSSH_CONF_OPTS += -DWITH_STACK_CLASH_PROTECTION=OFF
endif