1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 20:22:36 +02:00
Files
Niels Dossche 7e0e3cc820 Fix GHSA-w8qr-v226-r27w
We should not early-out with success status if we found an ipv6
hostname, we should keep checking the rest of the conditions.
Because integrating the if-check of the ipv6 hostname in the
"Validate domain" if-check made the code hard to read, I extracted the
condition out to a separate function. This also required to make
a few pointers const in order to have some clean code.
2024-06-05 00:31:17 -05:00
..
2023-11-22 20:39:29 -06:00
2024-06-05 00:31:17 -05:00
2023-08-19 23:09:22 +01:00
2023-08-17 18:45:10 +01:00
2023-11-25 20:07:14 +01:00
2023-03-27 16:33:36 +02:00
2023-10-12 13:11:38 +02:00
2023-03-27 16:33:36 +02:00
2023-11-22 20:39:29 -06:00
2023-03-01 23:02:03 +01:00
2023-03-27 16:33:36 +02:00