samsa/internal/middleware
Franz Kafka a9ae69cad5
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 8s
Mirror to GitHub / mirror (push) Failing after 3s
Tests / test (push) Successful in 22s
fix(security): allow HTMX CDN and inline scripts in CSP
script-src now permits 'unsafe-inline' and https://unpkg.com so the
autocomplete script and HTMX library load correctly.
2026-03-22 17:22:31 +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 fix(security): allow HTMX CDN and inline scripts in CSP 2026-03-22 17:22:31 +00:00