]> source.dussan.org Git - nextcloud-server.git/commit
Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating 21654/head
authorJoas Schilling <coding@schilljs.com>
Thu, 2 Jul 2020 09:05:02 +0000 (11:05 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Thu, 2 Jul 2020 10:09:45 +0000 (10:09 +0000)
commit8cba764b599041fdccf19a91a8ee34de80dea8ba
tree4f476002e8a18db68811a8f602634be4bd74bbd5
parent2d2b41300a4817412735932efe9292fd59dda764
Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating

Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/private/AppFramework/Http/Request.php
tests/lib/AppFramework/Http/RequestTest.php