All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bolt: disable CVE checking for this recipe
@ 2023-09-29 17:07 Jeffrey Pautler
  2023-10-02  9:22 ` [oe] " Mikko Rapeli
  0 siblings, 1 reply; 6+ messages in thread
From: Jeffrey Pautler @ 2023-09-29 17:07 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Jeffrey Pautler

This bolt product does not currently have an entry in the CVE database.
However, the default cve-check logic that maps recipes to products in
the CVE database is incorrectly matching this package to a different
bolt product made by bolt-cms. As a result, CVE checking incorrectly
reports CVEs for that product for this package.

Signed-off-by: Jeffrey Pautler <jeffrey.pautler@ni.com>
---
 meta-oe/recipes-bsp/bolt/bolt_0.9.5.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-bsp/bolt/bolt_0.9.5.bb b/meta-oe/recipes-bsp/bolt/bolt_0.9.5.bb
index b6ad6337c..583cc6378 100644
--- a/meta-oe/recipes-bsp/bolt/bolt_0.9.5.bb
+++ b/meta-oe/recipes-bsp/bolt/bolt_0.9.5.bb
@@ -12,6 +12,8 @@ SRCREV = "5a8a5866a847561566499847d46a97c612b4e6dd"
 
 S = "${WORKDIR}/git"
 
+CVE_CHECK_SKIP_RECIPE = "${PN}"
+
 inherit cmake pkgconfig meson features_check
 
 FILES:${PN} += "${datadir}/dbus-1/* \
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-10-03  4:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-29 17:07 [PATCH] bolt: disable CVE checking for this recipe Jeffrey Pautler
2023-10-02  9:22 ` [oe] " Mikko Rapeli
2023-10-02 15:53   ` Alex Stewart
2023-10-02 16:06     ` Khem Raj
2023-10-02 18:14     ` Marta Rybczynska
2023-10-03  4:54     ` Mikko Rapeli

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.