diff mbox series

[meta-oe] libtorrent-rasterbar: fix CVE mapping

Message ID 20240417223219.893512-1-beniaminsandu@gmail.com
State Accepted
Headers show
Series [meta-oe] libtorrent-rasterbar: fix CVE mapping | expand

Commit Message

Beniamin Sandu April 17, 2024, 10:32 p.m. UTC
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 mbox series

Patch

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"