Skip to content

Commit dfd425b

Browse files
cheeyangleejpuhlman
authored andcommitted
qemu: ignore RHEL specific CVE-2023-2680
Source: poky-nut MR: 127628 Type: Security Fix Disposition: Merged from poky-nut ChangeID: a1256b8fa415002eee78427cc292b866570ee267 Description: Signed-off-by: Lee Chee Yang <[email protected]> Signed-off-by: Steve Sakoman <[email protected]> Signed-off-by: Jeremy A. Puhlman <[email protected]>
1 parent cac9710 commit dfd425b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

meta/recipes-devtools/qemu/qemu.inc

+4
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ CVE_CHECK_IGNORE += "CVE-2018-18438"
125125
# this bug related to windows specific.
126126
CVE_CHECK_IGNORE += "CVE-2023-0664"
127127

128+
# As per https://bugzilla.redhat.com/show_bug.cgi?id=2203387
129+
# RHEL specific issue
130+
CVE_CHECK_IGNORE += "CVE-2023-2680"
131+
128132
COMPATIBLE_HOST:mipsarchn32 = "null"
129133
COMPATIBLE_HOST:mipsarchn64 = "null"
130134
COMPATIBLE_HOST:riscv32 = "null"

0 commit comments

Comments
 (0)