diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-26 17:00:00 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-26 17:00:00 +0200 |
commit | 3e542feeac8e065151836f1bb5fd8c0e66c7f18f (patch) | |
tree | 0e8d2eda8a804a12d1541474bd8857bc424d8047 /failed.txt | |
parent | 950ea724334b6cbc8a51aa9a7d32f42d5dced8b7 (diff) |
Fix Bypass of CVE-2012-1823, Argument Injection in PHP-CGI
CVE-2024-4577
Fix Bypass of CVE-2024-4577, Parameter Injection Vulnerability
CVE-2024-8926
Fix cgi.force_redirect configuration is bypassable due to the environment variable collision
CVE-2024-8927
Fix Logs from childrens may be altered
CVE-2024-9026
Fix Erroneous parsing of multipart form data
CVE-2024-8925
use ICU 74.2
Diffstat (limited to 'failed.txt')
-rw-r--r-- | failed.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -===== 7.4.33-17 (2024-08-26) +===== 7.4.33-18 (2024-09-26) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log @@ -17,9 +17,9 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log el8: 3 openssl_error_string() tests [ext/openssl/tests/openssl_error_string_basic.phpt] 3 openssl_open() tests [ext/openssl/tests/openssl_open_basic.phpt] -fc38, fc39, el8, el9: +all: 3 openssl_private_decrypt() tests [ext/openssl/tests/openssl_private_decrypt_basic.phpt] -fc40: +fc40, fc41: 3 openssl_x509_parse() tests [ext/openssl/tests/openssl_x509_parse_basic.phpt] |