mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/php: ignore CVE-2024-3566 that only affects Windows
For reference, see: https://www.cve.org/CVERecord?id=CVE-2024-3566 Signed-off-by: Titouan Christophe <titouan.christophe@mind.be> [Julien: add link to CVE in commit log] Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
31619696b9
commit
7c0e9d795a
@@ -15,6 +15,9 @@ PHP_LICENSE = PHP-3.01
|
||||
PHP_LICENSE_FILES = LICENSE
|
||||
PHP_CPE_ID_VENDOR = php
|
||||
|
||||
# Only affects the Windows operating system
|
||||
PHP_IGNORE_CVES += CVE-2024-3566
|
||||
|
||||
PHP_CONF_OPTS = \
|
||||
--mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info \
|
||||
|
||||
Reference in New Issue
Block a user