mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/libopenh264: drop stale ignore CVE entry
The NVD entry for CVE-2025-27091 was not correct, but thanks to having
been reported by Raphaël Mélotte, the issue has been fixed on May 6,
2025:
https://nvd.nist.gov/vuln/detail/CVE-2025-27091#VulnChangeHistorySection
The ignore CVE entry is therefore stale and can be dropped.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 38abba3703)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
f2f16ca63c
commit
78f544b69d
@@ -12,9 +12,6 @@ LIBOPENH264_CPE_ID_VENDOR = cisco
|
||||
LIBOPENH264_CPE_ID_PRODUCT = openh264
|
||||
LIBOPENH264_INSTALL_STAGING = YES
|
||||
|
||||
# The following CVE is fixed in 2.5.1, the NVD CPE is not up to date
|
||||
LIBOPENH264_IGNORE_CVES += CVE-2025-27091
|
||||
|
||||
ifeq ($(BR2_aarch64),y)
|
||||
LIBOPENH264_ARCH = aarch64
|
||||
else ifeq ($(BR2_arm)$(BR2_armeb),y)
|
||||
|
||||
Reference in New Issue
Block a user