mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/tiff: remove stale IGNORE_CVES
The Buildroot commit [1] introduced this IGNORE_CVES entry that was due to a bad NVD entry. The NVD database has now fixed the annotation [2] and it can be removed. [1]740412aefcpackage/tiff: ignore CVE-2025-8851 [2] https://nvd.nist.gov/vuln/detail/CVE-2025-8851 Signed-off-by: Thomas Perale <thomas.perale@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit237cd294b7) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
@@ -13,9 +13,6 @@ TIFF_CPE_ID_VENDOR = libtiff
|
||||
TIFF_CPE_ID_PRODUCT = libtiff
|
||||
TIFF_INSTALL_STAGING = YES
|
||||
|
||||
# Fixed in 4.7.0
|
||||
TIFF_IGNORE_CVES += CVE-2025-8851
|
||||
|
||||
# webp has a (optional) dependency on tiff, so we can't have webp
|
||||
# support in tiff, or that would create a circular dependency.
|
||||
TIFF_CONF_OPTS = \
|
||||
|
||||
Reference in New Issue
Block a user