Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Prelude for the library.
Synopsis
- vulnerableToHashFlood :: Bool
- module Crypto.JOSE.Compact
- module Crypto.JOSE.Error
- module Crypto.JOSE.JWK
- module Crypto.JOSE.JWK.Store
- module Crypto.JOSE.JWS
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.
module Crypto.JOSE.Compact
module Crypto.JOSE.Error
module Crypto.JOSE.JWK
module Crypto.JOSE.JWK.Store
module Crypto.JOSE.JWS