Files
webhooker/internal/middleware
clawbot 5c69efb5bc
All checks were successful
check / check (push) Successful in 2m7s
Replace custom secureCompare with crypto/subtle.ConstantTimeCompare
Remove the hand-rolled secureCompare function and use the standard
library's crypto/subtle.ConstantTimeCompare for CSRF token validation.
Remove the corresponding unit test for the deleted function; CSRF token
comparison is still covered by the integration tests.
2026-03-10 02:39:24 -07:00
..