bandit/bandit/core
Eric Brown aae396e9bc Add capability to pipe a file into bandit
Allows someone to feed a file/text into bandit from a pipe rather
than just the 'targets' argument.

Usage example:
   cat examples/imports.py | bandit -

Change-Id: I1566684c0ae5476374960095816cb1720ff465a2
2016-11-28 23:00:45 -08:00
..
__init__.py Simplifying Result Store 2015-09-05 20:12:16 +01:00
blacklisting.py Legacy blacklist data is missing some expected fields 2016-02-24 12:40:54 +00:00
config.py Trivial fixes based on pylint scan 2016-11-21 13:16:32 -08:00
constants.py Adding new screen formatter 2015-12-21 16:44:45 +00:00
context.py Trivial fixes based on pylint scan 2016-11-21 13:16:32 -08:00
docs_utils.py Trivial fixes based on pylint scan 2016-11-21 13:16:32 -08:00
extension_loader.py Blacklists now check node types are valid 2016-03-22 18:05:09 +00:00
issue.py Trivial fixes based on pylint scan 2016-11-21 13:16:32 -08:00
manager.py Add capability to pipe a file into bandit 2016-11-28 23:00:45 -08:00
meta_ast.py Trivial fixes based on pylint scan 2016-11-21 13:16:32 -08:00
metrics.py Clean imports in code 2016-08-24 16:33:07 +00:00
node_visitor.py Trivial fixes based on pylint scan 2016-11-21 13:16:32 -08:00
test_properties.py Trivial fixes based on pylint scan 2016-11-21 13:16:32 -08:00
test_set.py Trivial fixes based on pylint scan 2016-11-21 13:16:32 -08:00
tester.py Trivial fixes based on pylint scan 2016-11-21 13:16:32 -08:00
utils.py Trivial fixes based on pylint scan 2016-11-21 13:16:32 -08:00