summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu.inc
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-11 11:54:26 +0100
commitd2708c0b5bdd54169a6e64975e27ac3dcbe71650 (patch)
tree0ef681e5b19e8844952ec9902afe567b20b9c1c6 /meta/recipes-devtools/qemu/qemu.inc
parentae3527372fac5cf1bfe823f26a064adad871ffa5 (diff)
downloadpoky-d2708c0b5bdd54169a6e64975e27ac3dcbe71650.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: ee6ee9bd489c126b99d15c1011560df2f840a6e9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu.inc')
-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 32be057d0e..82d1cb5566 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