From 92886f91dc6ed3f41771bc984aa11269bd68abe0 Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Sun, 24 Nov 2024 20:11:26 +0100 Subject: [PATCH] libssh2: mark CVE-2023-48795 as fixed NVD DB has typo in version (1.11.10 instead of 1.11.1) Version 1.11.1 is the currently the latest one, there is no .10 Signed-off-by: Peter Marko Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-support/libssh2/libssh2_1.11.1.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-support/libssh2/libssh2_1.11.1.bb b/meta/recipes-support/libssh2/libssh2_1.11.1.bb index 6d2580072b0..c7013142c0b 100644 --- a/meta/recipes-support/libssh2/libssh2_1.11.1.bb +++ b/meta/recipes-support/libssh2/libssh2_1.11.1.bb @@ -50,3 +50,6 @@ do_install_ptest() { mkdir -p ${D}${PTEST_PATH}/docs cp -r ${S}/docs/* ${D}${PTEST_PATH}/docs/ } + +# should be removed when upgrading to 1.11.10 or higher +CVE_STATUS[CVE-2023-48795] = "fixed-version: fixed since version 1.11.1" -- 2.47.3