Implement rate limiting on webhook endpoints #199
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Webhook endpoint has no rate limiting, allowing spam or denial-of-service attacks.
Location
apps/api/src/stitcher/stitcher.controller.ts:19-22
Impact
Acceptance Criteria
Implementation
Testing
References
M4.2-Infrastructure verification report (2026-02-02)