summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/php
diff options
context:
space:
mode:
authorJeroen Hofstee <jhofstee@victronenergy.com>2025-09-23 11:06:51 +0200
committerKhem Raj <raj.khem@gmail.com>2025-09-23 07:38:37 -0700
commitd68c56e1ed2adc8246a18424ed5d9ede5e8254a0 (patch)
tree8826ff80372d465ad322efcd3b57cdf99d0fbe3d /meta-oe/recipes-devtools/php
parent97376e916ef75c5bf823fcedbfdee6f03af15f96 (diff)
downloadmeta-openembedded-d68c56e1ed2adc8246a18424ed5d9ede5e8254a0.tar.gz
php: ignore CVE-2024-3566
CVE-2024-3566 only effects Microsoft Windows. Signed-off-by: Jeroen Hofstee <jhofstee@victronenergy.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/php')
-rw-r--r--meta-oe/recipes-devtools/php/php_8.4.12.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/php/php_8.4.12.bb b/meta-oe/recipes-devtools/php/php_8.4.12.bb
index fbab1b0dda..ecab93b822 100644
--- a/meta-oe/recipes-devtools/php/php_8.4.12.bb
+++ b/meta-oe/recipes-devtools/php/php_8.4.12.bb
@@ -39,6 +39,7 @@ CVE_STATUS_PHP = " \
39 CVE-2007-4596 \ 39 CVE-2007-4596 \
40" 40"
41CVE_STATUS[CVE-2022-4900] = "cpe-incorrect: The current version (8.2.20) is not affected." 41CVE_STATUS[CVE-2022-4900] = "cpe-incorrect: The current version (8.2.20) is not affected."
42CVE_STATUS[CVE-2024-3566] = "not-applicable-platform: Issue only applies on Windows"
42 43
43inherit autotools pkgconfig python3native gettext multilib_header multilib_script systemd 44inherit autotools pkgconfig python3native gettext multilib_header multilib_script systemd
44 45