diff options
author | Remi Collet <remi@remirepo.net> | 2024-11-22 10:18:34 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-11-22 10:18:34 +0100 |
commit | 183d4b988461d07195c2e2e268f23b1ce766f10b (patch) | |
tree | 5390b19af325a772860f2c77b73c376cdf8bc7ca /failed.txt | |
parent | 17ccc1ac32b31eef62ed9fdb2f39c8d8765f17f9 (diff) |
Fix Heap-Use-After-Free in sapi_read_post_data Processing in CLI SAPI Interface
GHSA-4w77-75f9-2c8w
Fix OOB access in ldap_escape
CVE-2024-8932
Fix Integer overflow in the dblib/firebird quoter causing OOB writes
CVE-2024-11236
Fix Configuring a proxy in a stream context might allow for CRLF injection in URIs
CVE-2024-11234
Fix Single byte overread with convert.quoted-printable-decode filter
CVE-2024-11233
Diffstat (limited to 'failed.txt')
-rw-r--r-- | failed.txt | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1,11 +1,13 @@ -===== 8.0.30-9 (2024-09-26) +===== 8.0.30-10 (2024-11-22) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/scl80el8a/build.log:Tests failed : 3 /var/lib/mock/scl80el8x/build.log:Tests failed : 3 -/var/lib/mock/scl80el9a/build.log:Tests failed : 2 -/var/lib/mock/scl80el9x/build.log:Tests failed : 2 +/var/lib/mock/scl80el9a/build.log:Tests failed : 3 +/var/lib/mock/scl80el9x/build.log:Tests failed : 3 +/var/lib/mock/scl80el10a/build.log:Tests failed : 3 +/var/lib/mock/scl80el10x/build.log:Tests failed : 3 /var/lib/mock/scl80fc39a/build.log:Tests failed : 2 /var/lib/mock/scl80fc39x/build.log:Tests failed : 2 /var/lib/mock/scl80fc40a/build.log:Tests failed : 3 @@ -19,9 +21,9 @@ el8: 3 openssl_open() tests [ext/openssl/tests/openssl_open_basic.phpt] all: 3 openssl_private_decrypt() tests [ext/openssl/tests/openssl_private_decrypt_basic.phpt] -fc39, fc40, fc41, el9: +fc39, fc40, fc41, el9, el10: 3 openssl_error_string() tests (OpenSSL >= 3.0) [ext/openssl/tests/openssl_error_string_basic_openssl3.phpt] -fc40, fc41: +fc40, fc41, el9, el10: 3 openssl_x509_parse() tests [ext/openssl/tests/openssl_x509_parse_basic.phpt] |