]> source.dussan.org Git - nextcloud-server.git/commit
fix(security): Handle idn_to_utf8 returning false 41999/head
authorJoas Schilling <coding@schilljs.com>
Mon, 4 Dec 2023 09:38:46 +0000 (10:38 +0100)
committerJoas Schilling <coding@schilljs.com>
Mon, 4 Dec 2023 09:38:46 +0000 (10:38 +0100)
commit33e1c8b2361094be5466f5717bfa88ede7463784
treefafd007ce53b3ff41e5dfb93d8ab601f6dd0e7e5
parentdf7bc46eab01ee50eba0af7e51c876bfad2625a7
fix(security): Handle idn_to_utf8 returning false

Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/private/Security/RemoteHostValidator.php
tests/lib/Http/Client/ClientTest.php
tests/lib/Security/RemoteHostValidatorTest.php