]> source.dussan.org Git - nextcloud-server.git/commit
Add remote host validation API 34852/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Thu, 27 Oct 2022 12:33:31 +0000 (14:33 +0200)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Mon, 31 Oct 2022 15:13:28 +0000 (16:13 +0100)
commit8aea25b5b92dac105f7e862470ee0dcf0e876615
tree3095f0a58eb70e1c21117ce9c3450a1e60e323ba
parentaa81b87f26552bc3d49de6cf0babfe6a79c21af5
Add remote host validation API

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
18 files changed:
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/Http/Client/Client.php
lib/private/Http/Client/ClientService.php
lib/private/Http/Client/DnsPinMiddleware.php
lib/private/Http/Client/LocalAddressChecker.php [deleted file]
lib/private/Net/HostnameClassifier.php [new file with mode: 0644]
lib/private/Net/IpAddressClassifier.php [new file with mode: 0644]
lib/private/Security/RemoteHostValidator.php [new file with mode: 0644]
lib/private/Server.php
lib/public/Security/IRemoteHostValidator.php [new file with mode: 0644]
tests/lib/Http/Client/ClientServiceTest.php
tests/lib/Http/Client/ClientTest.php
tests/lib/Http/Client/LocalAddressCheckerTest.php [deleted file]
tests/lib/Net/HostnameClassifierTest.php [new file with mode: 0644]
tests/lib/Net/IpAddressClassifierTest.php [new file with mode: 0644]
tests/lib/Security/RemoteHostValidatorIntegrationTest.php [new file with mode: 0644]
tests/lib/Security/RemoteHostValidatorTest.php [new file with mode: 0644]