- Berlin, Deutschland
- https://sneak.berlin
- Joined on
2020-02-05
Block a user
RemoveAllSnapshots has O(n²) duplicate detection for snapshot IDs
fix: replace O(n²) duplicate detection with map-based O(1) lookups
[security] Add rate limiting to session creation and login endpoints
feat: add per-IP rate limiting to login endpoint
should not support suffix matching for signatures
Enforce and document exact-match-only for signature verification
refactor: replace Bearer token auth with HttpOnly cookies
style: strengthen constructor naming and Params struct rules