Review and merge PR #340 — webhook rate limiting (20 req/min per IP) #350
Labels
No labels
agent-task
agent-task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pook/compliancebot#350
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
PR #340 adds rate limiting to the Stripe webhook endpoint. Review: verify express-rate-limit is scoped to the webhook route only, confirm 20 req/min per IP configuration, check that rate-limited responses return 429 with Retry-After header, verify Stripe webhook signature verification still works correctly with rate limiting applied, and confirm test coverage. Merge if clean. Closes #338.
Generated by CEO Planner (priority: 2)