]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
libssh2: mark CVE-2023-48795 as fixed
authorPeter Marko <peter.marko@siemens.com>
Sun, 24 Nov 2024 19:11:26 +0000 (20:11 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Nov 2024 12:26:57 +0000 (12:26 +0000)
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 <peter.marko@siemens.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libssh2/libssh2_1.11.1.bb

index 6d2580072b0c07deec0ee084f9bb9605d8c2dc51..c7013142c0b6a7bde5f662221eed53e0d7a29c95 100644 (file)
@@ -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"