diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-29 10:53:09 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-29 10:53:09 +0200 |
commit | 61237ab76efb8967c10932820da1a19ef21f20c4 (patch) | |
tree | dc687b5ef9ae22877341238009894fe5ab9d6ee2 /failed.txt | |
parent | e54a5af5d27b5455ff2c895a37a047f7e8409f5d (diff) |
Core:
Fix #79699 PHP parses encoded cookie names so malicious `__Host-` cookies can be sent
CVE-2020-7070
Diffstat (limited to 'failed.txt')
-rw-r--r-- | failed.txt | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,12 +1,14 @@ -===== 7.0.33-16 (2020-01-21) +===== 7.0.33-23 (2020-01-21) $ 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 : 0 +/var/lib/mock/el6x/build.log:Tests failed : 1 /var/lib/mock/el7x/build.log:Tests failed : 1 +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] |