diff mbox series

u-boot: Set CVE_PRODUCT

Message ID 20241114073723.1786833-1-m.otto@phytec.de (mailing list archive)
State New
Headers show
Series u-boot: Set CVE_PRODUCT | expand

Commit Message

Maik Otto Nov. 14, 2024, 7:37 a.m. UTC
The CPE vendor is "denx" and the CPE product is "u-boot".
Set CVE_PRODUCT for properly matching in the NVD database.

Signed-off-by: Maik Otto <m.otto@phytec.de>
---
 meta/recipes-bsp/u-boot/u-boot.inc | 2 ++
 1 file changed, 2 insertions(+)

Comments

Fabio Estevam Nov. 14, 2024, 11:20 a.m. UTC | #1
On Thu, Nov 14, 2024 at 4:38 AM Maik Otto via lists.yoctoproject.org
<m.otto=phytec.de@lists.yoctoproject.org> wrote:
>
> The CPE vendor is "denx" and the CPE product is "u-boot".
> Set CVE_PRODUCT for properly matching in the NVD database.
>
> Signed-off-by: Maik Otto <m.otto@phytec.de>

Thanks for the patch, but the correct mailing list is
openembedded-core@lists.openembedded.org.
diff mbox series

Patch

diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc
index 9100964c73..3270c22e8d 100644
--- a/meta/recipes-bsp/u-boot/u-boot.inc
+++ b/meta/recipes-bsp/u-boot/u-boot.inc
@@ -20,6 +20,8 @@  PACKAGECONFIG ??= "openssl"
 # a host build dependency.
 PACKAGECONFIG[openssl] = ",,openssl-native"
 
+CVE_PRODUCT = "denx:u-boot"
+
 # Allow setting an additional version string that will be picked up by the
 # u-boot build system and appended to the u-boot version.  If the .scmversion
 # file already exists it will not be overwritten.