Add Stripe webhook timestamp validation to reject stale events #1279
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#1279
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?
Add timestamp validation to the Stripe webhook handler to reject events older than 5 minutes, preventing replay attacks.
Implementation:
This mirrors the contractpilot #1203 requirement but for compliancebot.
Acceptance criteria: Stale events (>5min) rejected with 400, recent events pass, tests pass, build clean.
Generated by CEO Planner (priority: 3)