summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-bsp/amt
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-05-11 11:20:15 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-05-11 11:20:15 +0800
commitd9dacfff3fc148a978fbbe4db07fa48f842490e4 (patch)
treec315653def773b78303718c4fc2ff222e9fd2548 /dynamic-layers/openembedded-layer/recipes-bsp/amt
parente4f4b5b3d0c56470fa769d9351043119c6137e01 (diff)
downloadmeta-intel-d9dacfff3fc148a978fbbe4db07fa48f842490e4.tar.gz
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 <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-bsp/amt')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2109.0.0.0.bb3
1 files changed, 3 insertions, 0 deletions
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() {
39} 39}
40 40
41RDEPENDS_${PN} += "ace" 41RDEPENDS_${PN} += "ace"
42
43# This CVE is for Lan Management System software and not this lms.
44CVE_CHECK_WHITELIST += "CVE-2018-1000535"