diff options
| author | Peter Marko <peter.marko@siemens.com> | 2024-11-24 20:11:26 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-28 12:27:12 +0000 |
| commit | e48539a2f8e686878694ad8b7471132b1f94e000 (patch) | |
| tree | 85279de9b4aaac878664517e5a78eb99581f3f20 /meta/recipes-support | |
| parent | 8a9b9773998dc0d3989f1cbbc688dcd34cd464ba (diff) | |
| download | poky-e48539a2f8e686878694ad8b7471132b1f94e000.tar.gz | |
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
(From OE-Core rev: 92886f91dc6ed3f41771bc984aa11269bd68abe0)
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>
Diffstat (limited to 'meta/recipes-support')
| -rw-r--r-- | meta/recipes-support/libssh2/libssh2_1.11.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/libssh2/libssh2_1.11.1.bb b/meta/recipes-support/libssh2/libssh2_1.11.1.bb index 6d2580072b..c7013142c0 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() { | |||
| 50 | mkdir -p ${D}${PTEST_PATH}/docs | 50 | mkdir -p ${D}${PTEST_PATH}/docs |
| 51 | cp -r ${S}/docs/* ${D}${PTEST_PATH}/docs/ | 51 | cp -r ${S}/docs/* ${D}${PTEST_PATH}/docs/ |
| 52 | } | 52 | } |
| 53 | |||
| 54 | # should be removed when upgrading to 1.11.10 or higher | ||
| 55 | CVE_STATUS[CVE-2023-48795] = "fixed-version: fixed since version 1.11.1" | ||
