diff options
author | Lee Chee Yang <chee.yang.lee@intel.com> | 2023-10-19 13:48:40 +0800 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-10-25 04:51:01 -1000 |
commit | df92f67b17f6175a93101ffabf1ad5438fbd82d7 (patch) | |
tree | d35203812ce53da1bd23418efe8b22af2de3b3e5 | |
parent | d4bc6a9374cedfe6e1e1ed0aa14985548d524819 (diff) | |
download | poky-df92f67b17f6175a93101ffabf1ad5438fbd82d7.tar.gz |
qemu: ignore RHEL specific CVE-2023-2680
(From OE-Core rev: 7300254fdb6659c0a7462c64133f893d1a152850)
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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 00decc57e5..a7f1099dd5 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -67,6 +67,10 @@ CVE_CHECK_IGNORE += "CVE-2018-18438" | |||
67 | # this bug related to windows specific. | 67 | # this bug related to windows specific. |
68 | CVE_CHECK_IGNORE += "CVE-2023-0664" | 68 | CVE_CHECK_IGNORE += "CVE-2023-0664" |
69 | 69 | ||
70 | # As per https://bugzilla.redhat.com/show_bug.cgi?id=2203387 | ||
71 | # RHEL specific issue | ||
72 | CVE_CHECK_IGNORE += "CVE-2023-2680" | ||
73 | |||
70 | COMPATIBLE_HOST:mipsarchn32 = "null" | 74 | COMPATIBLE_HOST:mipsarchn32 = "null" |
71 | COMPATIBLE_HOST:mipsarchn64 = "null" | 75 | COMPATIBLE_HOST:mipsarchn64 = "null" |
72 | COMPATIBLE_HOST:riscv32 = "null" | 76 | COMPATIBLE_HOST:riscv32 = "null" |