From: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
To: peter.marko@siemens.com
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core][PATCH] cve-check: add support for cvss v4.0
Date: Wed, 23 Oct 2024 11:27:35 +0200 [thread overview]
Message-ID: <ZxjBh6d36lQ38iTI@bootlin-mathieu> (raw)
In-Reply-To: <20241022212750.25402-1-peter.marko@siemens.com>
On Tue, Oct 22, 2024 at 11:27:50PM +0200, Peter Marko via lists.openembedded.org wrote:
> From: Peter Marko <peter.marko@siemens.com>
>
> 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 <peter.marko@siemens.com>
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
next prev parent reply other threads:[~2024-10-23 9:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-22 21:27 [OE-core][PATCH] cve-check: add support for cvss v4.0 Peter Marko
2024-10-23 9:27 ` Mathieu Dubois-Briand [this message]
2024-10-23 9:48 ` Marko, Peter
2024-10-23 9:45 ` [OE-core][PATCH v2] " Peter Marko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZxjBh6d36lQ38iTI@bootlin-mathieu \
--to=mathieu.dubois-briand@bootlin.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=peter.marko@siemens.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.