On Tue, Oct 22, 2024 at 11:27:50PM +0200, Peter Marko via lists.openembedded.org wrote: > From: Peter Marko <[email protected]> > > https://nvd.nist.gov/general/news/cvss-v4-0-official-support > > CVSS v4.0 was released in November 2023 > NVD announced support for it in June 2024 > > Current stats are: > * cvss v4 provided, but also v3, so cve-check showed a value > sqlite> select count(*) from nvd where scorev4 != 0.0 and scorev3 != 0.0; > 2069 > * only cvss v4 provided, so cve-check did not show any > sqlite> select count(*) from nvd where scorev4 != 0.0 and scorev3 = 0.0; > 260 > > Signed-off-by: Peter Marko <[email protected]>
Hi Peter, Thanks for your patch, but it seems it does not apply cleanly on master. I got the following error: error: patch failed: meta/classes/cve-check.bbclass:534 Could you rebase your patch on master please ? -- Mathieu Dubois-Briand, Bootlin Embedded Linux and Kernel engineering https://bootlin.com
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#206189): https://lists.openembedded.org/g/openembedded-core/message/206189 Mute This Topic: https://lists.openembedded.org/mt/109160403/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
