From 9e35fd58eaa617754b416680e627ea991a106a7d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 15 Feb 2023 11:13:36 +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 | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'failed.txt') diff --git a/failed.txt b/failed.txt index 603794a..d38dbcf 100644 --- a/failed.txt +++ b/failed.txt @@ -1,16 +1,12 @@ -===== 7.0.33-23 (2020-01-21) +===== 7.0.33-37 (2022-02-15) $ grep -r 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el6i/build.log:Tests failed : 0 -/var/lib/mock/el6x/build.log:Tests failed : 1 -/var/lib/mock/el7x/build.log:Tests failed : 1 +/var/lib/mock/el7x/build.log:Tests failed : 16 -el6x: - Bug #54992: Stream not closed and error not returned when SSL CN_match fails [ext/openssl/tests/bug54992.phpt] el7x: - Bug #75457 (heap-use-after-free in php7.0.25) [ext/pcre/tests/bug75457.phpt] + 2 related to tzdata, expired test cert and openssl policy 1 proc_open give erratic test results :( -- cgit