From: Peter Marko Date: Fri, 6 Dec 2024 18:25:11 +0000 (+0100) Subject: libssh2: remove status for CVE-2023-48795 X-Git-Tag: uninative-4.7~643 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=459f9ebc0695f44bc6d45f62c89f504a0bfa21ee;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libssh2: remove status for CVE-2023-48795 Entry for this CVE was corrected in NVD DB, we no longer need to set status for it. Signed-off-by: Peter Marko Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libssh2/libssh2_1.11.1.bb b/meta/recipes-support/libssh2/libssh2_1.11.1.bb index c7013142c0b..6d2580072b0 100644 --- a/meta/recipes-support/libssh2/libssh2_1.11.1.bb +++ b/meta/recipes-support/libssh2/libssh2_1.11.1.bb @@ -50,6 +50,3 @@ 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"