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>
This commit is contained in:
Anuj Mittal 2021-05-11 11:20:15 +08:00
parent e4f4b5b3d0
commit d9dacfff3f

View File

@ -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"