mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
qemu: Exclude CVE-2018-18438 from cve-check
The issues were investigated and found not to be an issue therefore exclude from checks. (From OE-Core rev: 7c7c3f3dd3bf7dc34f26d931acf562e93c45e807) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -72,6 +72,10 @@ CVE_CHECK_WHITELIST += "CVE-2017-5957"
|
||||
# enable it by default.
|
||||
CVE_CHECK_WHITELIST += "CVE-2007-0998"
|
||||
|
||||
# 'The issues identified by this CVE were determined to not constitute a vulnerability.'
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1609015#c11
|
||||
CVE_CHECK_WHITELIST += "CVE-2018-18438"
|
||||
|
||||
COMPATIBLE_HOST_mipsarchn32 = "null"
|
||||
COMPATIBLE_HOST_mipsarchn64 = "null"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user