webhook-sequence-property
| Field | Value |
|---|---|
| ID | webhook-sequence-property |
| Version | 1.0.0 |
| Mode | property |
| Layer | Stripe |
| Category | contract |
| Severity | 🔴 blocking |
| SLA | 10,000 ms |
| Depends on | none |
| Source | packages/webhooks/__gates__/webhook-sequence-property.gate.ts |
What it asserts
Per-entity webhook sequence validator accepts every clean interleaving and rejects every single-event mutation (drop / duplicate / bump).
Run it locally
bun run gates --gate=webhook-sequence-propertySee also
propertymode- Stripe layer
- Allowlists — how to bound a known finding with an expiration
- Contributing — how to evolve this gate or write a new one
Generated by apps/design/scripts/generate-gate-pages.ts from the gate's source-of-truth metadata. Edit this page by editing the gate file's description / version / etc.