| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: harden CI and close remaining test/security gaps | Fuwn | 2026-02-10 | 1 | -25/+4 |
| | | | | | | | | | | - Make webhook URL tests deterministic with injectable DNS resolver - Wire tier parity checker into CI and root scripts - Add rate_limits cleanup cron job (hourly, >1hr retention) - Change rate limiter to fail closed on RPC error - Add Go worker tests: parser, SSRF protection, error classification, authentication, and worker pool (48 test functions) | ||||
| * | fix: P2 security hardening and tier limit parity | Fuwn | 2026-02-10 | 1 | -0/+94 |
| Webhook routes switched from admin client to server client (RLS). Added DNS-resolution SSRF protection for webhook URLs with private IP blocking. Added tier limit parity check script. | |||||