Module implementing a check for use of insecure md4, md5, or sha1 hash functions in hashlib.new().
None |
None |
_hashlibFunc | Function to check for use of insecure md4, md5, sha or sha1 hash functions in hashlib.new() if 'usedforsecurity' is not set to 'False'. |
_hashlibNew | Function to check for use of insecure md4, md5, sha or sha1 hash functions in hashlib.new(). |
checkHashlib | Function to check for use of insecure md4, md5, sha or sha1 hash functions in hashlib.new(). |
getChecks | Public method to get a dictionary with checks handled by this module. |
Function to check for use of insecure md4, md5, sha or sha1 hash functions in hashlib.new() if 'usedforsecurity' is not set to 'False'.
Function to check for use of insecure md4, md5, sha or sha1 hash functions in hashlib.new().
Function to check for use of insecure md4, md5, sha or sha1 hash functions in hashlib.new().
Public method to get a dictionary with checks handled by this module.