# Missing Rate Limiting in Chi Router Application - ID: go-chi-rate-limiting - Severity: MEDIUM - CWE: CWE-307 (CWE-307) - Languages: Go - Frameworks: chi ## Description Authentication endpoints lack rate limiting protection. ## Detection Message {method} {route} lacks rate limiting protection ## Remediation Add rate limiting middleware to prevent brute force and DoS attacks. ## Documentation [object Object] ## Related Rules - **Missing Rate Limiting in Echo Application** [MEDIUM]: - **Missing Rate Limiting in Fiber Application** [MEDIUM]: - **Missing Rate Limiting in Gin Application** [MEDIUM]: - **Missing Rate Limiting in Gorilla Mux Application** [MEDIUM]: