From 4242469728c5089a3cbc80405cecc4a75e14367d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 15 Feb 2023 11:13:26 +0100 Subject: 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 --- failed.txt | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'failed.txt') diff --git a/failed.txt b/failed.txt index ab621e4..34d75c7 100644 --- a/failed.txt +++ b/failed.txt @@ -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 :( -- cgit