From d9dacfff3fc148a978fbbe4db07fa48f842490e4 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 11 May 2021 11:20:15 +0800 Subject: lms: exclude CVE-2018-1000535 from cve-check The CVE is not for Intel Local Manageability Service that this recipe builds. Signed-off-by: Anuj Mittal --- dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2109.0.0.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dynamic-layers/openembedded-layer/recipes-bsp') diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2109.0.0.0.bb b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2109.0.0.0.bb index af5a2314..1272969b 100644 --- a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2109.0.0.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2109.0.0.0.bb @@ -39,3 +39,6 @@ do_install_append() { } RDEPENDS_${PN} += "ace" + +# This CVE is for Lan Management System software and not this lms. +CVE_CHECK_WHITELIST += "CVE-2018-1000535" -- cgit v1.2.3-54-g00ecf