2
1
Эх сурвалжийг харах

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 7c0e9d795a4896fd29e533bb4e0f55ec7b76421b)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Titouan Christophe 1 сар өмнө
parent
commit
220bfdd747
1 өөрчлөгдсөн 3 нэмэгдсэн , 0 устгасан
  1. 3 0
      package/php/php.mk

+ 3 - 0
package/php/php.mk

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