summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-10 13:36:02 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-22 10:01:02 +0100
commit0501beda3dd3b5e3e55922996444d37f7bb8754d (patch)
tree4b3dec8470771d1c866bd0589d78297b383f3fc3
parent228acdd221374aa6597cf92c2a6211c06cb3a0db (diff)
downloadpoky-0501beda3dd3b5e3e55922996444d37f7bb8754d.tar.gz
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>
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index c56f341a5e..fbda0c9174 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -72,6 +72,10 @@ CVE_CHECK_WHITELIST += "CVE-2017-5957"
72# enable it by default. 72# enable it by default.
73CVE_CHECK_WHITELIST += "CVE-2007-0998" 73CVE_CHECK_WHITELIST += "CVE-2007-0998"
74 74
75# 'The issues identified by this CVE were determined to not constitute a vulnerability.'
76# https://bugzilla.redhat.com/show_bug.cgi?id=1609015#c11
77CVE_CHECK_WHITELIST += "CVE-2018-18438"
78
75COMPATIBLE_HOST_mipsarchn32 = "null" 79COMPATIBLE_HOST_mipsarchn32 = "null"
76COMPATIBLE_HOST_mipsarchn64 = "null" 80COMPATIBLE_HOST_mipsarchn64 = "null"
77 81