From 7965aa07044022b3b4c8802bacdf5461c2000186 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Mon, 24 Nov 2025 16:48:07 +0100 Subject: [PATCH] links: set CVE_PRODUCT There are some unrelated software called "links", which cases false-positive CVEs to be reported by the CVE checker. Set the vendor/product pairs that were historically used with CVEs for this software. Signed-off-by: Gyorgy Sarvari Signed-off-by: Khem Raj (cherry picked from commit 62a53097324ace9161d8fdcfbc533baac9ee6309) --- meta-oe/recipes-support/links/links.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/links/links.inc b/meta-oe/recipes-support/links/links.inc index d772d54aff..a255f0ba6b 100644 --- a/meta-oe/recipes-support/links/links.inc +++ b/meta-oe/recipes-support/links/links.inc @@ -14,4 +14,6 @@ PACKAGECONFIG ??= "" PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2" PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz" +CVE_PRODUCT = "twibright_labs:links twibright:links links:links" + inherit autotools pkgconfig