Add rate limiting to event handler #7

Closed
opened 2026-02-02 10:00:57 +01:00 by qwc · 0 comments
Owner

Phase 1: Security Hardening

Socket event loop has no rate limiting — local DoS possible.

Tasks

  • Add per-connection rate limiting or a simple throttle (e.g., max N events/second)

Files

  • events.go
## Phase 1: Security Hardening Socket event loop has no rate limiting — local DoS possible. ### Tasks - Add per-connection rate limiting or a simple throttle (e.g., max N events/second) ### Files - `events.go`
qwc closed this issue 2026-02-02 14:23:02 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
qwc-open/backive#7
No description provided.