samsa/internal/middleware
Franz Kafka a316763aca
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 7s
Mirror to GitHub / mirror (push) Failing after 3s
Tests / test (push) Successful in 24s
fix(test): update CORS preflight test for deny-all default
Empty CORSConfig now means no CORS headers, matching the security fix.
Test explicitly configures an origin to test preflight behavior.
2026-03-22 16:38:03 +00:00
..
cors.go security: harden against SAST findings (criticals through mediums) 2026-03-22 16:22:27 +00:00
cors_test.go fix(test): update CORS preflight test for deny-all default 2026-03-22 16:38:03 +00:00
ratelimit.go security: fix build errors, add honest Google UA, sanitize error msgs 2026-03-22 16:27:49 +00:00
ratelimit_burst_test.go feat: add global and burst rate limiters 2026-03-21 18:35:31 +00:00
ratelimit_global.go security: harden against SAST findings (criticals through mediums) 2026-03-22 16:22:27 +00:00
ratelimit_global_test.go feat: add global and burst rate limiters 2026-03-21 18:35:31 +00:00
ratelimit_test.go security: fix build errors, add honest Google UA, sanitize error msgs 2026-03-22 16:27:49 +00:00
security.go security: harden against SAST findings (criticals through mediums) 2026-03-22 16:22:27 +00:00