summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-10 12:42:25 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-20 12:36:41 +0100
commitbdbeec00514fab541839ef155aefe8eacd4a5d88 (patch)
treeb4591a3f9f89d0b443a76b70b3bd94384ff84d0a
parent506f5d667b534035286ebbc5d7e4b52294dff9f9 (diff)
downloadpoky-bdbeec00514fab541839ef155aefe8eacd4a5d88.tar.gz
qemu: Exclude CVE-2007-0998 from cve-check
The CVE applies to the built-in VNC server but we don't enable this by default. (From OE-Core rev: f0e0787265d9d8bd01629f2b56a0eb57d950c037) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit d62b9974a5f3a0f462434ce2763c28a4b4bbcfc6) 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 86abd5ea49..396ff1c5eb 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -64,6 +64,10 @@ SRC_URI[sha256sum] = "d3481d4108ce211a053ef15be69af1bdd9dde1510fda80d92be0f6c3e9
64# Applies against virglrender < 0.6.0 and not qemu itself 64# Applies against virglrender < 0.6.0 and not qemu itself
65CVE_CHECK_WHITELIST += "CVE-2017-5957" 65CVE_CHECK_WHITELIST += "CVE-2017-5957"
66 66
67# The VNC server can expose host files uder some circumstances. We don't
68# enable it by default.
69CVE_CHECK_WHITELIST += "CVE-2007-0998"
70
67COMPATIBLE_HOST_mipsarchn32 = "null" 71COMPATIBLE_HOST_mipsarchn32 = "null"
68COMPATIBLE_HOST_mipsarchn64 = "null" 72COMPATIBLE_HOST_mipsarchn64 = "null"
69 73