mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-26 00:11:04 +00:00
libssh: mark CVEs patched
Changelog[1] also confirms the fix. Details: https://nvd.nist.gov/vuln/detail/cve-2026-15370 https://nvd.nist.gov/vuln/detail/cve-2026-59843 https://nvd.nist.gov/vuln/detail/cve-2026-59844 https://nvd.nist.gov/vuln/detail/cve-2026-59845 https://nvd.nist.gov/vuln/detail/cve-2026-59846 https://nvd.nist.gov/vuln/detail/cve-2026-59847 https://nvd.nist.gov/vuln/detail/cve-2026-59848 https://nvd.nist.gov/vuln/detail/cve-2026-59849 https://nvd.nist.gov/vuln/detail/cve-2026-59850 [1]https://gitlab.com/libssh/libssh-mirror/-/blob/libssh-0.11.5/CHANGELOG?ref_type=tags Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
@@ -49,3 +49,12 @@ do_install_ptest () {
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
CVE_STATUS[CVE-2025-14821] = "not-applicable-platform: issue only applies on Windows"
|
||||
CVE_STATUS[CVE-2026-15370] = "fixed-version: fixed in v0.11.5"
|
||||
CVE_STATUS[CVE-2026-59843] = "fixed-version: fixed in v0.11.5"
|
||||
CVE_STATUS[CVE-2026-59844] = "fixed-version: fixed in v0.11.5"
|
||||
CVE_STATUS[CVE-2026-59845] = "fixed-version: fixed in v0.11.5"
|
||||
CVE_STATUS[CVE-2026-59846] = "fixed-version: fixed in v0.11.5"
|
||||
CVE_STATUS[CVE-2026-59847] = "fixed-version: fixed in v0.11.5"
|
||||
CVE_STATUS[CVE-2026-59848] = "fixed-version: fixed in v0.11.5"
|
||||
CVE_STATUS[CVE-2026-59849] = "fixed-version: fixed in v0.11.5"
|
||||
CVE_STATUS[CVE-2026-59850] = "fixed-version: fixed in v0.11.5"
|
||||
|
||||
Reference in New Issue
Block a user