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>
(cherry picked from commit 7c0e9d795a)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Titouan Christophe
2025-07-03 11:11:34 +02:00
committed by Thomas Perale
parent 179cce3931
commit f5ad99c02a

View File

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