| Message ID | 20260320113926.2960934-1-skandigraun@gmail.com |
|---|---|
| State | Accepted |
| Headers | show |
| Series | [meta-oe] libssh: drop obsolete CVE_STATUS variables | expand |
diff --git a/meta-oe/recipes-support/libssh/libssh_0.11.4.bb b/meta-oe/recipes-support/libssh/libssh_0.11.4.bb index fb131c3490..292b8f797e 100644 --- a/meta-oe/recipes-support/libssh/libssh_0.11.4.bb +++ b/meta-oe/recipes-support/libssh/libssh_0.11.4.bb @@ -47,6 +47,3 @@ 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"
Since adding these statuses NVD corrected their DB, and now both CVEs are tracked with the correct version. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> --- meta-oe/recipes-support/libssh/libssh_0.11.4.bb | 3 --- 1 file changed, 3 deletions(-)