php-src/ext/filter
Niels Dossche c7486130d9
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-04 07:39:53 -07:00
..
tests Fix GHSA-w8qr-v226-r27w 2024-06-04 07:39:53 -07:00
callback_filter.c Extend deprecation notices to is_callable($foo) and callable $foo 2022-07-14 17:07:42 +02:00
config.m4 Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS
filter.c Merge branch 'PHP-8.1' into PHP-8.2 2023-09-14 11:49:10 +02:00
filter.stub.php Rename @cname to @cvalue in stubs (#9043) 2022-07-19 15:11:42 +02:00
filter_arginfo.h Do not generate CONST_CS when registering constants (#9439) 2022-08-28 08:27:19 +02:00
filter_private.h Add FILTER_FLAG_GLOBAL_RANGE to filter Global IPs as per RFC 6890 2022-07-18 17:56:05 +01:00
logical_filters.c Fix GHSA-w8qr-v226-r27w 2024-06-04 07:39:53 -07:00
php_filter.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
sanitizing_filters.c Reduce memory allocated by var_export, json_encode, serialize, and other (#8902) 2022-07-08 14:47:46 +02:00