docfast/src/routes
OpenClaw 17c1f00e2b
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 11m9s
fix(billing): add rate limiting, body size check, and logging to checkout endpoint (BUG-079)
- Rate limit /checkout to 3 requests per IP per hour via express-rate-limit
- Reject request bodies >1KB (413)
- Log checkout session creation with client IP
- Bump version to 0.3.4
2026-02-20 07:07:27 +00:00
..
billing.ts fix(billing): add rate limiting, body size check, and logging to checkout endpoint (BUG-079) 2026-02-20 07:07:27 +00:00
convert.ts fix: audit #18 rate limit cleanup (.unref), audit #25 consistent error shapes 2026-02-17 08:10:14 +00:00
health.ts fix: destroy dead pool connections on transient errors (proper failover) 2026-02-18 14:28:47 +00:00
recover.ts Backend hardening: structured logging, timeouts, memory leak fixes, compression, XSS fix 2026-02-16 08:27:42 +00:00
signup.ts fix: audit #18 rate limit cleanup (.unref), audit #25 consistent error shapes 2026-02-17 08:10:14 +00:00
templates.ts Session 45: support email, audit fixes (template validation, content-type, admin auth, waitUntil) 2026-02-16 19:30:21 +00:00