summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2024-02-15 11:21:52 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2024-02-15 11:21:52 +0800
commitd8bfb74fbb144e39acad406ccf49225d4bb8efc0 (patch)
treec391abf5257e8126f873ea8ee98abc23006e5b1c
parentc7b6895705902097fbda1da27403964709186572 (diff)
downloadmeta-intel-d8bfb74fbb144e39acad406ccf49225d4bb8efc0.tar.gz
lms: use CVE_STATUS instead of CVE_CHECK_IGNORE
CVE_CHECK_IGNORE was deprecated and shouldn't be used anymore. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2322.0.0.0.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2322.0.0.0.bb b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2322.0.0.0.bb
index 17681482..9c02bb95 100644
--- a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2322.0.0.0.bb
+++ b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2322.0.0.0.bb
@@ -45,5 +45,4 @@ do_install:append() {
45 45
46RDEPENDS:${PN} += "ace" 46RDEPENDS:${PN} += "ace"
47 47
48# This CVE is for Lan Management System software and not this lms. 48CVE_STATUS[CVE-2018-1000535] = "cpe-incorrect: This CVE is for a different LMS - Lan Management System."
49CVE_CHECK_IGNORE += "CVE-2018-1000535"