aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Http/Client/LocalAddressCheckerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Add remote host validation APIChristoph Wurst2022-10-311-158/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Rename LocalAddressChecker methods to lower caseChristoph Wurst2022-10-271-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix tests for nested v4 in v6Côme Chilliet2022-09-201-2/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Harden tests for local IP detection in URLsCôme Chilliet2022-09-201-0/+19
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Use Symfony IpUtils to check for local IP rangesCôme Chilliet2022-07-121-0/+5
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate from ILogger to LoggerInterface where needed in the testsCôme Chilliet2022-03-241-2/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Improve networking checksLukas Reschke2021-04-061-0/+134
Whilst we currently state that SSRF is generally outside of our threat model, this is something where we should invest to improve this. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>