diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2024-02-15 11:21:52 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2024-02-15 11:21:52 +0800 |
commit | d8bfb74fbb144e39acad406ccf49225d4bb8efc0 (patch) | |
tree | c391abf5257e8126f873ea8ee98abc23006e5b1c /dynamic-layers/openembedded-layer | |
parent | c7b6895705902097fbda1da27403964709186572 (diff) | |
download | meta-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>
Diffstat (limited to 'dynamic-layers/openembedded-layer')
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2322.0.0.0.bb | 3 |
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 | ||
46 | RDEPENDS:${PN} += "ace" | 46 | RDEPENDS:${PN} += "ace" |
47 | 47 | ||
48 | # This CVE is for Lan Management System software and not this lms. | 48 | CVE_STATUS[CVE-2018-1000535] = "cpe-incorrect: This CVE is for a different LMS - Lan Management System." |
49 | CVE_CHECK_IGNORE += "CVE-2018-1000535" | ||