diff options
| author | Virendra Thakur <virendrak@kpit.com> | 2023-04-27 15:04:25 +0530 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-05-18 04:29:32 -1000 |
| commit | 9c19a13f730572a704c377de46395787b5ec088e (patch) | |
| tree | d25d85fdfabfa9476904c1698f38c0b1cbd4105a /meta/recipes-devtools | |
| parent | fb99682785167ed9743a13869116ea9799fc86ab (diff) | |
| download | poky-9c19a13f730572a704c377de46395787b5ec088e.tar.gz | |
qemu: Whitelist CVE-2023-0664
This CVE is related to Windows.
Link: https://nvd.nist.gov/vuln/detail/CVE-2023-0664
(From OE-Core rev: 5474b4d8c5df31abb69e1a5be01cd089405d1cce)
Signed-off-by: Virendra Thakur <virendrak@kpit.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit d5ce88c15183c2bf887543c8c31e9c31aaa56a1a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools')
| -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 29bc34d743..4c9be91cb0 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
| @@ -55,6 +55,11 @@ CVE_CHECK_IGNORE += "CVE-2007-0998" | |||
| 55 | # https://bugzilla.redhat.com/show_bug.cgi?id=1609015#c11 | 55 | # https://bugzilla.redhat.com/show_bug.cgi?id=1609015#c11 |
| 56 | CVE_CHECK_IGNORE += "CVE-2018-18438" | 56 | CVE_CHECK_IGNORE += "CVE-2018-18438" |
| 57 | 57 | ||
| 58 | # As per https://nvd.nist.gov/vuln/detail/CVE-2023-0664 | ||
| 59 | # https://bugzilla.redhat.com/show_bug.cgi?id=2167423 | ||
| 60 | # this bug related to windows specific. | ||
| 61 | CVE_CHECK_IGNORE += "CVE-2023-0664" | ||
| 62 | |||
| 58 | COMPATIBLE_HOST:mipsarchn32 = "null" | 63 | COMPATIBLE_HOST:mipsarchn32 = "null" |
| 59 | COMPATIBLE_HOST:mipsarchn64 = "null" | 64 | COMPATIBLE_HOST:mipsarchn64 = "null" |
| 60 | COMPATIBLE_HOST:riscv32 = "null" | 65 | COMPATIBLE_HOST:riscv32 = "null" |
