Watch
1
0
Fork
You've already forked RedFlag
0
RedFlag/server/internal/api
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Fimeg 6c3461cdf9 feat: rate limiter startup grace penalty (SEC-004)
The limiter is in-memory; a restart clears all counters, so an attacker
who can force one gets a fresh budget. For 60s after boot every limit
runs at half its configured budget (min 1), making a restart strictly
worse for the attacker while per-key limits keep reconnecting agents
comfortable. Restart semantics documented in OPERATIONS.md §6.
2026-06-11 04:29:50 -04:00
..
handlers fix: registration token moves from install URL to X-Registration-Token header (SEC-002) 2026-06-11 04:25:32 -04:00
middleware feat: rate limiter startup grace penalty (SEC-004) 2026-06-11 04:29:50 -04:00