All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] libtorrent-rasterbar: fix CVE mapping
@ 2024-04-17 22:32 Beniamin Sandu
  0 siblings, 0 replies; only message in thread
From: Beniamin Sandu @ 2024-04-17 22:32 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Beniamin Sandu

Set CVE_PRODUCT for this recipe to fix the mapping,
as it was checking against the wrong recipe before.

Log from cve_check after change:
NOTE: libtorrent-rasterbar-2.0.10 is not vulnerable to CVE-2008-0646
NOTE: libtorrent-rasterbar-2.0.10 is not vulnerable to CVE-2009-1760
NOTE: libtorrent-rasterbar-2.0.10 is not vulnerable to CVE-2016-5301
NOTE: libtorrent-rasterbar-2.0.10 is not vulnerable to CVE-2016-7164
NOTE: libtorrent-rasterbar-2.0.10 is not vulnerable to CVE-2017-9847

Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com>
---
 .../libtorrent-rasterbar/libtorrent-rasterbar_2.0.10.bb         | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-connectivity/libtorrent-rasterbar/libtorrent-rasterbar_2.0.10.bb b/meta-oe/recipes-connectivity/libtorrent-rasterbar/libtorrent-rasterbar_2.0.10.bb
index 084e3c408..f2de1f468 100644
--- a/meta-oe/recipes-connectivity/libtorrent-rasterbar/libtorrent-rasterbar_2.0.10.bb
+++ b/meta-oe/recipes-connectivity/libtorrent-rasterbar/libtorrent-rasterbar_2.0.10.bb
@@ -17,6 +17,8 @@ S = "${WORKDIR}/git"
 
 inherit cmake pkgconfig python3targetconfig
 
+CVE_PRODUCT = "libtorrent"
+
 EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release"
 
 PACKAGECONFIG ??= "python3"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-17 22:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-17 22:32 [meta-oe][PATCH] libtorrent-rasterbar: fix CVE mapping Beniamin Sandu

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.