diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-10 13:36:02 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-11 11:54:26 +0100 |
commit | d2708c0b5bdd54169a6e64975e27ac3dcbe71650 (patch) | |
tree | 0ef681e5b19e8844952ec9902afe567b20b9c1c6 /meta/recipes-devtools/qemu | |
parent | ae3527372fac5cf1bfe823f26a064adad871ffa5 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 4 |
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. |
73 | CVE_CHECK_WHITELIST += "CVE-2007-0998" | 73 | CVE_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 | ||
77 | CVE_CHECK_WHITELIST += "CVE-2018-18438" | ||
78 | |||
75 | COMPATIBLE_HOST_mipsarchn32 = "null" | 79 | COMPATIBLE_HOST_mipsarchn32 = "null" |
76 | COMPATIBLE_HOST_mipsarchn64 = "null" | 80 | COMPATIBLE_HOST_mipsarchn64 = "null" |
77 | 81 | ||