[security] Add rate limiting on login endpoint #37

Closed
opened 2026-03-04 12:21:20 +01:00 by clawbot · 0 comments
Collaborator

From Security Audit (#33 comment)

Severity: BLOCKER

Unlimited brute-force attempts possible on the login endpoint.

Suggested fix: Add per-IP rate limiter on /login POST. Consider exponential backoff or account lockout after N failed attempts.

## From Security Audit ([#33 comment](https://git.eeqj.de/sneak/webhooker/issues/33#issuecomment-10915)) **Severity: BLOCKER** Unlimited brute-force attempts possible on the login endpoint. **Suggested fix:** Add per-IP rate limiter on `/login` POST. Consider exponential backoff or account lockout after N failed attempts.
clawbot self-assigned this 2026-03-05 11:49:52 +01:00
sneak closed this issue 2026-03-17 12:38:47 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sneak/webhooker#37