bandit/bandit
Rajath Agasthya a98519927b Plugin to flag insecure hash functions created using hashlib.new()
Currently, insecure hash function usage by calling hashlib.md5()
is flagged in B303. But these hash functions can also be obtained using
hashlib.new(), by passing 'md4' or 'md5' as an argument. This plugin
checks such usage.

Change-Id: I8d368aea287e1287e5f638b48c4297d355037839
Closes-Bug: #1708582
2017-09-28 21:50:27 -07:00
..
blacklists Merge "Add sha-1 to list of insecure hashes" 2017-09-13 04:13:35 +00:00
cli Replace six.iteritems() with .items() 2017-04-04 15:32:55 +05:30
core Remove unused None from dict.get() 2017-09-04 11:37:22 -05:00
formatters Correct the yaml doc example to be actually yaml 2017-03-09 14:33:19 -08:00
plugins Plugin to flag insecure hash functions created using hashlib.new() 2017-09-28 21:50:27 -07:00
__init__.py Add version parameter to the command line 2016-02-02 17:09:21 -08:00