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>
This commit is contained in:
Romain Naour
2024-10-26 13:00:57 +02:00
committed by Thomas Petazzoni
parent f96b4c176f
commit 10b4c31b81

View File

@@ -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.