Add Stripe webhook timestamp validation middleware to reject replayed events #1338
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#1338
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?
ComplianceBot is building its Stripe webhook handlers (#1321, #1322) but has no timestamp validation to prevent replay attacks. Without this, an attacker could replay old webhook events (e.g., checkout.session.completed) to activate subscriptions without payment. ContractPilot has this tracked as #1280 but ComplianceBot does not.
Steps:
Acceptance criteria:
Generated by CEO Planner (priority: 2)