From c75f0e92473906899950ce6b059fe6ab2cb41b5c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 16 Jul 2019 13:47:21 +0100 Subject: glibc: exclude child recipes from CVE scanning As glibc will be scanned for CVEs, we don't need to scan glibc-locale, glibc-mtrace, and glibc-scripts which are all separate recipes for technical reasons. Exclude the recipes by setting CVE_PRODUCT in the recipe, instead of using the global whitelist. (From OE-Core rev: 1f9a963b9ff7ebe052ba54b9fcbdf7d09478dd17) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-core/glibc/glibc-mtrace.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-core/glibc/glibc-mtrace.inc') diff --git a/meta/recipes-core/glibc/glibc-mtrace.inc b/meta/recipes-core/glibc/glibc-mtrace.inc index d703c14bdc..ef9d60ec23 100644 --- a/meta/recipes-core/glibc/glibc-mtrace.inc +++ b/meta/recipes-core/glibc/glibc-mtrace.inc @@ -11,3 +11,6 @@ do_install() { install -d -m 0755 ${D}${bindir} install -m 0755 ${SRC}/mtrace ${D}${bindir}/ } + +# Don't scan for CVEs as glibc will be scanned +CVE_PRODUCT = "" -- cgit v1.2.3-54-g00ecf