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:45:50 -1000 |
| commit | 7725c28871d1d8624e5f7f5c0536d2a2f0d68a02 (patch) | |
| tree | 0b4afe77ce37d8f162f0ad688930f2ce0be1fb24 | |
| parent | b1c1d6d0483304fd893036445d859da1cc850fc4 (diff) | |
| download | poky-7725c28871d1d8624e5f7f5c0536d2a2f0d68a02.tar.gz | |
qemu: ignore RHEL specific CVE-2023-2680
(From OE-Core rev: a1256b8fa415002eee78427cc292b866570ee267)
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 5526eacb96..83bd5d7e67 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
| @@ -125,6 +125,10 @@ CVE_CHECK_IGNORE += "CVE-2018-18438" | |||
| 125 | # this bug related to windows specific. | 125 | # this bug related to windows specific. |
| 126 | CVE_CHECK_IGNORE += "CVE-2023-0664" | 126 | CVE_CHECK_IGNORE += "CVE-2023-0664" |
| 127 | 127 | ||
| 128 | # As per https://bugzilla.redhat.com/show_bug.cgi?id=2203387 | ||
| 129 | # RHEL specific issue | ||
| 130 | CVE_CHECK_IGNORE += "CVE-2023-2680" | ||
| 131 | |||
| 128 | COMPATIBLE_HOST:mipsarchn32 = "null" | 132 | COMPATIBLE_HOST:mipsarchn32 = "null" |
| 129 | COMPATIBLE_HOST:mipsarchn64 = "null" | 133 | COMPATIBLE_HOST:mipsarchn64 = "null" |
| 130 | COMPATIBLE_HOST:riscv32 = "null" | 134 | COMPATIBLE_HOST:riscv32 = "null" |
