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 <[email protected]> Signed-off-by: Khem Raj <[email protected]> (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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#122016): https://lists.openembedded.org/g/openembedded-devel/message/122016 Mute This Topic: https://lists.openembedded.org/mt/116453402/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
