libssh: ignore CVE-2025-5318 and CVE-2025-5987

Both CVEs have been fixed in version 0.11.2.

CVE-2025-5318: https://git.libssh.org/projects/libssh.git/commit/?id=5f4ffda88770f95482fd0e66aa44106614dbf466
CVE-2025-5987: https://git.libssh.org/projects/libssh.git/commit/?id=90b4845e0c98574bbf7bea9e97796695f064bf57

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gyorgy Sarvari 2025-10-07 16:39:09 +02:00 committed by Khem Raj
parent 8f1269507a
commit a29b328612
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -47,3 +47,6 @@ do_install_ptest () {
}
BBCLASSEXTEND = "native nativesdk"
CVE_STATUS[CVE-2025-5987] = "fixed-version: The vulnerability was fixed in 0.11.2"
CVE_STATUS[CVE-2025-5318] = "fixed-version: The vulnerability was fixed in 0.11.2"