You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
modules/site: add rate limiting for redirect DB lookups
Prevent DoS attacks on legacy URL redirect DB lookups:
- 10 requests per 60 seconds per IP
- Returns 429 Too Many Requests when exceeded
- Auto-cleanup of stale entries every 5 minutes
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>
0 commit comments