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-20 12:36:41 +0100
commit6ac9ed94d2a3b47e3b6910a8c4ef984f2a8f0253 (patch)
tree59fd944837776b87774c250e53a8ad7a2845d383
parentbdbeec00514fab541839ef155aefe8eacd4a5d88 (diff)
downloadpoky-6ac9ed94d2a3b47e3b6910a8c4ef984f2a8f0253.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: 05f39301ab19a968916163b2d8f65beda7c09852) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit ee6ee9bd489c126b99d15c1011560df2f840a6e9) Signed-off-by: Steve Sakoman <steve@sakoman.com> 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 396ff1c5eb..8f927bdf54 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -68,6 +68,10 @@ CVE_CHECK_WHITELIST += "CVE-2017-5957"
68# enable it by default. 68# enable it by default.
69CVE_CHECK_WHITELIST += "CVE-2007-0998" 69CVE_CHECK_WHITELIST += "CVE-2007-0998"
70 70
71# 'The issues identified by this CVE were determined to not constitute a vulnerability.'
72# https://bugzilla.redhat.com/show_bug.cgi?id=1609015#c11
73CVE_CHECK_WHITELIST += "CVE-2018-18438"
74
71COMPATIBLE_HOST_mipsarchn32 = "null" 75COMPATIBLE_HOST_mipsarchn32 = "null"
72COMPATIBLE_HOST_mipsarchn64 = "null" 76COMPATIBLE_HOST_mipsarchn64 = "null"
73 77