aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2025-01-17 15:01:07 +0100
committerJoas Schilling <coding@schilljs.com>2025-01-27 12:46:15 +0100
commitc1655bcde75a125fde9a92877907a10ed25297a3 (patch)
treea73a8bc0952a468d98dcadbe7455145caf335f59 /build
parentf5cd0cbd7007e42635914f3acc69d5e85b0b5907 (diff)
downloadnextcloud-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.xml5
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>