diff options
author | Remi Collet <remi@remirepo.net> | 2023-02-15 11:13:26 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-02-15 11:13:26 +0100 |
commit | 4242469728c5089a3cbc80405cecc4a75e14367d (patch) | |
tree | 53d0d79d5b33f467827ce6987efcae8553b2c026 /failed.txt | |
parent | 2f00a2f636f119ee03e32fac32ae8d97d1d14dbc (diff) |
fix #81744: Password_verify() always return true with some hash
CVE-2023-0567
fix #81746: 1-byte array overrun in common path resolve code
CVE-2023-0568
fix DOS vulnerability when parsing multipart request body
CVE-2023-0662
Diffstat (limited to 'failed.txt')
-rw-r--r-- | failed.txt | 16 |
1 files changed, 5 insertions, 11 deletions
@@ -1,19 +1,13 @@ -===== 7.0.33-16 (2020-01-21) +===== 7.0.33-37 (2023-02-15) $ grep -r 'Tests failed' /var/lib/mock/scl70*/build.log -/var/lib/mock/scl70el6x/build.log:Tests failed : 0 -/var/lib/mock/scl70el7x/build.log:Tests failed : 1 -/var/lib/mock/scl70el8x/build.log:Tests failed : 28 -/var/lib/mock/scl70fc29x/build.log:Tests failed : 1 -/var/lib/mock/scl70fc30x/build.log:Tests failed : 1 -/var/lib/mock/scl70fc31x/build.log:Tests failed : 1 +/var/lib/mock/scl70el7x/build.log:Tests failed : 16 +/var/lib/mock/scl70el8x/build.log:Tests failed : 30 -el7x: - Bug #75457 (heap-use-after-free in php7.0.25) [ext/pcre/tests/bug75457.phpt] -fc29x, fc30x, fc31x: - TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt] +el7x, el8x: + 2 related to tzdata, expired test cert and openssl policy 1 proc_open give erratic test results :( |