server/tests/lib/Security
Thomas Citharel c9b588774b
Allow bracket IPv6 address format inside IPAdress Normalizer
When run with php's build-in server (for instance on localhost:8080), IP provided through $this->server['REMOTE_ADDR'] is [::1], which is not an acceptable format for \inet_pton. This removes the brackets if there's any.

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-01-03 10:03:46 +01:00
..
Bruteforce Add bruteforce capabilities 2017-07-13 11:23:08 +02:00
CSP Disallow unsafe-eval by default 2018-10-14 20:45:34 +02:00
CSRF Use ::class in test mocks 2017-10-24 17:45:32 +02:00
IdentityProof Fix tests 2018-05-14 13:30:22 +02:00
Normalizer Allow bracket IPv6 address format inside IPAdress Normalizer 2019-01-03 10:03:46 +01:00
RateLimiting Make OC\Security\RateLimiting strict 2018-01-14 21:08:23 +01:00
CertificateManagerTest.php Use ::class in test mocks of encryption app 2017-10-26 13:56:56 +02:00
CertificateTest.php
CredentialsManagerTest.php
CryptoTest.php
HasherTest.php Add ARGON2I support to the hasher 2018-04-04 15:43:50 +02:00
SecureRandomTest.php
TrustedDomainHelperTest.php Use ::class in test mocks 2017-10-24 17:45:32 +02:00