mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/qemu: remove leftover QEMU_IGNORE_CVES from Qemu 8.1
Theses CVE are no longer listed by pkg-stats:
https://nvd.nist.gov/vuln/detail/CVE-2023-4135
https://nvd.nist.gov/vuln/detail/CVE-2023-3354
https://nvd.nist.gov/vuln/detail/CVE-2023-3180
Signed-off-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 10b4c31b81)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
f5b935ada7
commit
3382f699e7
@@ -17,12 +17,6 @@ QEMU_LICENSE_FILES = COPYING COPYING.LIB
|
||||
# individual source files.
|
||||
QEMU_CPE_ID_VENDOR = qemu
|
||||
|
||||
# Need to ignore the following CVEs because the CPE database does
|
||||
# not have an entry for the 8.1.1 version yet.
|
||||
QEMU_IGNORE_CVES += CVE-2023-4135
|
||||
QEMU_IGNORE_CVES += CVE-2023-3354
|
||||
QEMU_IGNORE_CVES += CVE-2023-3180
|
||||
|
||||
#-------------------------------------------------------------
|
||||
|
||||
# The build system is now partly based on Meson.
|
||||
|
||||
Reference in New Issue
Block a user