diff options
| author | Jeroen Hofstee <jhofstee@victronenergy.com> | 2025-09-27 00:42:11 +0200 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2025-10-06 16:05:40 +0800 |
| commit | 0b7b87ad31abb9dd4e353ab66e5127326372bbcc (patch) | |
| tree | 604b3ffced411a77ae43947332ee50f292b1f56a /meta-oe/recipes-devtools/php | |
| parent | 8659bf94b073ac1401d7bba60531d9a71a9207b7 (diff) | |
| download | meta-openembedded-0b7b87ad31abb9dd4e353ab66e5127326372bbcc.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>
(cherry picked from commit d68c56e1ed2adc8246a18424ed5d9ede5e8254a0)
Signed-off-by: Jeroen Hofstee <jhofstee@victronenergy.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'meta-oe/recipes-devtools/php')
| -rw-r--r-- | meta-oe/recipes-devtools/php/php_8.2.29.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/php/php_8.2.29.bb b/meta-oe/recipes-devtools/php/php_8.2.29.bb index 2fb6e5749c..08cece1c17 100644 --- a/meta-oe/recipes-devtools/php/php_8.2.29.bb +++ b/meta-oe/recipes-devtools/php/php_8.2.29.bb | |||
| @@ -43,6 +43,7 @@ CVE_STATUS_PHP = " \ | |||
| 43 | CVE-2007-3205 \ | 43 | CVE-2007-3205 \ |
| 44 | CVE-2007-4596 \ | 44 | CVE-2007-4596 \ |
| 45 | " | 45 | " |
| 46 | CVE_STATUS[CVE-2024-3566] = "not-applicable-platform: Issue only applies on Windows" | ||
| 46 | 47 | ||
| 47 | inherit autotools pkgconfig python3native gettext multilib_header multilib_script systemd | 48 | inherit autotools pkgconfig python3native gettext multilib_header multilib_script systemd |
| 48 | 49 | ||
