diff options
| author | Peter Marko <peter.marko@siemens.com> | 2024-12-01 19:53:35 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-12-09 07:54:03 -0800 |
| commit | 7aa27fe43b3ba0dd353b89919b6e24362a565c67 (patch) | |
| tree | ca68176bd48fddce50ee8349840a8dd58ba7dbb4 | |
| parent | 4df7e37fcae6843600d54d92d38919f6d86952f6 (diff) | |
| download | poky-7aa27fe43b3ba0dd353b89919b6e24362a565c67.tar.gz | |
qemu: ignore CVE-2022-36648
The CVE has disputed flag in NVD DB.
(From OE-Core rev: bd01091c33c1de6ae7e1605301e3f73350ee7e7e)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 1c0e8a93f1..cc78d7db06 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
| @@ -148,6 +148,11 @@ CVE_CHECK_IGNORE += "CVE-2023-0664" | |||
| 148 | # RHEL specific issue | 148 | # RHEL specific issue |
| 149 | CVE_CHECK_IGNORE += "CVE-2023-2680" | 149 | CVE_CHECK_IGNORE += "CVE-2023-2680" |
| 150 | 150 | ||
| 151 | # The CVE has disputed flag in NVD DB and also descrition contains: | ||
| 152 | # Note: This has been disputed by multiple third parties as not a valid vulnerability | ||
| 153 | # due to the rocker device not falling within the virtualization use case. | ||
| 154 | CVE_CHECK_IGNORE += "CVE-2022-36648" | ||
| 155 | |||
| 151 | COMPATIBLE_HOST:mipsarchn32 = "null" | 156 | COMPATIBLE_HOST:mipsarchn32 = "null" |
| 152 | COMPATIBLE_HOST:mipsarchn64 = "null" | 157 | COMPATIBLE_HOST:mipsarchn64 = "null" |
| 153 | COMPATIBLE_HOST:riscv32 = "null" | 158 | COMPATIBLE_HOST:riscv32 = "null" |
