diff options
author | Joas Schilling <coding@schilljs.com> | 2025-01-17 15:01:07 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2025-01-27 12:46:15 +0100 |
commit | c1655bcde75a125fde9a92877907a10ed25297a3 (patch) | |
tree | a73a8bc0952a468d98dcadbe7455145caf335f59 /build | |
parent | f5cd0cbd7007e42635914f3acc69d5e85b0b5907 (diff) | |
download | nextcloud-server-c1655bcde75a125fde9a92877907a10ed25297a3.tar.gz nextcloud-server-c1655bcde75a125fde9a92877907a10ed25297a3.zip |
fix(ratelimit): Allow to bypass rate-limit from bruteforce allowlistbugfix/noid/allow-ratelimit-bypass
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 49ce3c7b054..fe3a17ab896 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2358,11 +2358,6 @@ <code><![CDATA[$this->collectionName]]></code> </NullableReturnStatement> </file> - <file src="lib/private/Security/Bruteforce/Throttler.php"> - <NullArgument> - <code><![CDATA[null]]></code> - </NullArgument> - </file> <file src="lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php"> <NoInterfaceProperties> <code><![CDATA[$this->request->server]]></code> |