Skip to content

Insecure string comparison of HMAC #818

@nib-bturner

Description

By not using a constant time string comparison method like crypto's timingSafeEqual function, malicious actors can use timing attacks.

return signature === computedSignature

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions