integration-platform-example
integration-platform-example copied to clipboard
fix(middleware): use constant-time compare on hmac signature
A small fix to use a constant-time comparison on the HMAC signatures for the webhook payloads. Using the constant-time compare will help defend against timing attacks.
@leeandher / @armenzg - It looks like the CI/CD pipeline here might be broken after https://github.com/getsentry/integration-platform-example/pull/60 ?
I have fix in #62