From: Peter Marko <[email protected]> New version of sbom-cve-check makes more torough version validation and version strings with distro specific suffix is no longer accepted, thus leaving some CVEs without version to compare (no-version-ranges).
These are RedHat CVEs listing version-less or distro versions. These CVEs are listed in commit upgrading to 3.8.13. Also Debian CVE reports link commit in this release. Signed-off-by: Peter Marko <[email protected]> --- meta/recipes-support/gnutls/gnutls_3.8.13.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/gnutls/gnutls_3.8.13.bb b/meta/recipes-support/gnutls/gnutls_3.8.13.bb index f48ded3bcc..9c8c994bdc 100644 --- a/meta/recipes-support/gnutls/gnutls_3.8.13.bb +++ b/meta/recipes-support/gnutls/gnutls_3.8.13.bb @@ -106,3 +106,5 @@ CVE_STATUS[CVE-2023-0361] = "fixed-version: fixed in version 3.8.0" CVE_STATUS[CVE-2025-32989] = "fixed-version: fixed in version 3.8.10" CVE_STATUS[CVE-2025-32990] = "fixed-version: fixed in version 3.8.10" CVE_STATUS[CVE-2026-1584] = "fixed-version: fixed in version 3.8.12" +CVE_STATUS[CVE-2026-42009] = "fixed-version: fixed in version 3.8.13" +CVE_STATUS[CVE-2026-42010] = "fixed-version: fixed in version 3.8.13"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#242889): https://lists.openembedded.org/g/openembedded-core/message/242889 Mute This Topic: https://lists.openembedded.org/mt/120615244/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
