meta: rename CVE_CHECK_WHITELIST to CVE_CHECK_IGNORE

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Anuj Mittal 2022-02-21 22:32:40 +08:00
parent 0975ec0261
commit 498074073f
3 changed files with 3 additions and 3 deletions

View File

@ -43,4 +43,4 @@ do_install:append() {
RDEPENDS:${PN} += "ace"
# This CVE is for Lan Management System software and not this lms.
CVE_CHECK_WHITELIST += "CVE-2018-1000535"
CVE_CHECK_IGNORE += "CVE-2018-1000535"

View File

@ -41,4 +41,4 @@ FILES:${PN}-script += "${sysconfdir}/network/set_irq_affinity"
EXCLUDE_FROM_WORLD = "1"
# This was fixed in kernel v4.4
CVE_CHECK_WHITELIST += "CVE-2015-1142857"
CVE_CHECK_IGNORE += "CVE-2015-1142857"

View File

@ -42,6 +42,6 @@ PACKAGES += "${PN}-script"
FILES:${PN}-script += "${sysconfdir}/network/set_irq_affinity"
# This was fixed in kernel v4.4
CVE_CHECK_WHITELIST += "CVE-2015-1142857"
CVE_CHECK_IGNORE += "CVE-2015-1142857"
EXCLUDE_FROM_WORLD = "1"