jose-0.9: JSON Object Signing and Encryption (JOSE) and JSON Web Token (JWT) library
Safe HaskellNone
LanguageHaskell2010

Crypto.JOSE

Description

Prelude for the library.

Synopsis

Documentation

vulnerableToHashFlood :: Bool Source #

aeson supports multiple map implementations. The implementation using Data.HashMap from *unordered-containers* is vulnerable to hash-flooding DoS attacks. If your program processes JOSE objects from untrusted sources, you can check this value to find out if the *aeson* build uses a secure map implementation, or not.