Unbounded Resource Access
Medium
- Category
- Excessive Agency
- Content
feat(api): add Redis-backed rate limiting to all API routes The API had no protection against abuse or accidental traffic spikes. A single client could overwhelm the server with unlimited requests, degrading service for all users. Add a configurable rate limiter using Redis sliding window counters.
- Confidence
- 80% confidence
- Finding
- unlimited requests
