Re: [OE-core][PATCH] ovmf: set CVE_PRODUCT and CVE_VERSION

2024-03-05 Thread Alexander Kanavin
On Wed, 6 Mar 2024 at 05:33, Chen Qi via lists.openembedded.org wrote: > +CVE_VERSION = "202308" This will almost certainly become mismatched with PV on version updates, so please set from PV with a helper function. Alex -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this

[OE-core][PATCH] ovmf: set CVE_PRODUCT and CVE_VERSION

2024-03-05 Thread Chen Qi via lists.openembedded.org
From: Chen Qi Set CVE_PRODUCT and CVE_VERSION for ovmf. NVD uses 'edk2' and the version should be the date only. Here's an example: https://nvd.nist.gov/vuln/detail/CVE-2023-45232 Signed-off-by: Chen Qi --- meta/recipes-core/ovmf/ovmf_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff