History log of /PHP-8.0/ext/filter/tests/bug81122.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# a5538c62 14-Jun-2021 Christoph M. Becker

Fix #81122: SSRF bypass in FILTER_VALIDATE_URL

We need to ensure that the password detected by parse_url() is actually
a valid password; we can re-use is_userinfo_valid() for that.