]> source.dussan.org Git - nextcloud-server.git/commit
fix(security): Describe `occ security:bruteforce:attempts` accurately 43653/head
authorJosh <josh.t.richards@gmail.com>
Mon, 19 Feb 2024 13:09:58 +0000 (08:09 -0500)
committerGitHub <noreply@github.com>
Wed, 21 Feb 2024 13:57:41 +0000 (13:57 +0000)
commit82f0adb91a0f34254b32545d7487500bc37c9fc2
tree3b4ea75a5c50f288438ec3688689553dfc29dfaf
parentd52ebaa7cdad68de92bc95d98847c8be0fa73d41
fix(security): Describe `occ security:bruteforce:attempts` accurately

This command is used to list a summary of brute force protection attempts associated with a given IP address and, optionally, a specific action. It does not reset attempts (there's already another command for that).

Signed-off-by: Josh <josh.t.richards@gmail.com>
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
core/Command/Security/BruteforceAttempts.php