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).
Per [1] and [2] these are Ubuntu specific CVEs. [1] https://security-tracker.debian.org/tracker/CVE-2020-15710 [2] https://security-tracker.debian.org/tracker/CVE-2020-16123 Signed-off-by: Peter Marko <[email protected]> --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc index 975929918f..c7690d0e18 100644 --- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc @@ -299,4 +299,6 @@ RDEPENDS:pulseaudio-server += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', \ bb.utils.contains('DISTRO_FEATURES', 'systemd', 'pulseaudio-module-systemd-login', 'pulseaudio-module-console-kit', d), \ '', d)}" +CVE_STATUS[CVE-2020-15710] = "not-applicable-platform: specific to Ubuntu" +CVE_STATUS[CVE-2020-16123] = "not-applicable-platform: specific to Ubuntu" CVE_STATUS[CVE-2024-11586] = "not-applicable-platform: specific to Ubuntu 16.04"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#242883): https://lists.openembedded.org/g/openembedded-core/message/242883 Mute This Topic: https://lists.openembedded.org/mt/120614130/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
