From 76726bfad78aa71963099295eab5e2ce95a23eae Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 7 May 2026 10:15:38 +0200 Subject: Fix XSS within status endpoint CVE-2026-6735 Fix Null pointer dereference in php_mb_check_encoding() via mb_ereg_search_init() CVE-2026-7259 Fix SQL injection via NUL bytes in quoted strings CVE-2025-14179 Fix Stale SOAP_GLOBAL(ref_map) pointer with Apache Map CVE-2026-6722 Fix Use-after-free after header parsing failure with SOAP_PERSISTENCE_SESSION CVE-2026-7261 Fix Broken Apache map value NULL check CVE-2026-7262 Fix Signed integer overflow of char array offset CVE-2026-7568 Fix Consistently pass unsigned char to ctype.h functions CVE-2026-7258 --- failed.txt | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'failed.txt') diff --git a/failed.txt b/failed.txt index 0fff1a2..4e296e1 100644 --- a/failed.txt +++ b/failed.txt @@ -2,24 +2,27 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/scl81el8a/build.log:Tests failed : 0 -/var/lib/mock/scl81el8x/build.log:Tests failed : 0 -/var/lib/mock/scl81el9a/build.log:Tests failed : 2 -/var/lib/mock/scl81el9x/build.log:Tests failed : 2 -/var/lib/mock/scl81el10a/build.log:Tests failed : 2 -/var/lib/mock/scl81el10x/build.log:Tests failed : 2 -/var/lib/mock/scl81fc41a/build.log:Tests failed : 1 -/var/lib/mock/scl81fc41x/build.log:Tests failed : 1 -/var/lib/mock/scl81fc42a/build.log:Tests failed : 1 -/var/lib/mock/scl81fc42x/build.log:Tests failed : 1 -/var/lib/mock/scl81fc43a/build.log:Tests failed : 2 -/var/lib/mock/scl81fc43x/build.log:Tests failed : 2 +/var/lib/mock/scl81el8a/build.log:Tests failed : 2 +/var/lib/mock/scl81el8x/build.log:Tests failed : 2 +/var/lib/mock/scl81el9a/build.log:Tests failed : 4 +/var/lib/mock/scl81el9x/build.log:Tests failed : 4 +/var/lib/mock/scl81el10a/build.log:Tests failed : 4 +/var/lib/mock/scl81el10x/build.log:Tests failed : 4 +/var/lib/mock/scl81fc42a/build.log:Tests failed : 3 +/var/lib/mock/scl81fc42x/build.log:Tests failed : 3 +/var/lib/mock/scl81fc43a/build.log:Tests failed : 4 +/var/lib/mock/scl81fc43x/build.log:Tests failed : 4 +/var/lib/mock/scl81fc41a/build.log:Tests failed : 4 +/var/lib/mock/scl81fc41x/build.log:Tests failed : 4 fc*, el10: 3 openssl_x509_parse() tests [ext/openssl/tests/openssl_x509_parse_basic.phpt] fc43, el9, el10: 3 Bug #74341 (openssl_x509_parse fails to parse ASN.1 UTCTime without seconds) [ext/openssl/tests/bug74341.phpt] +all + 3 sni_server [ext/openssl/tests/sni_server.phpt] + 3 sni_server with separate pk and cert [ext/openssl/tests/sni_server_key_cert.phpt] (1) proc_open give erratic test results :( -- cgit