bandit/bandit
Timothy Kelsey b6e0bcaa3a Adding new screen formatter
This work relates to efforts to remove the config file (see spec).
Here we are adding a new formatter plugin "screen" to produce the
VT100 colored output report that is dumped to a terminal. Before
this was done by some detection logic in the txt formatter. This
chnges the txt formatter so it now always dumps simple text output.

Work has also been done to move logic relating to specific formats
out of the manager class. Formatters are plugins and as such
should be entirely opaque to the manager.

Change-Id: Ifc76eace1f84e8808480a352f403eff757641e8f
2015-12-21 16:44:45 +00:00
..
config Remove show_progress_every from Bandit config file 2015-12-16 22:55:56 -08:00
core Adding new screen formatter 2015-12-21 16:44:45 +00:00
formatters Adding new screen formatter 2015-12-21 16:44:45 +00:00
plugins Use sphinx autodoc to generate docs from docstring 2015-12-15 16:57:57 -08:00
__init__.py Simplifying Result Store 2015-09-05 20:12:16 +01:00
bandit.py Adding new screen formatter 2015-12-21 16:44:45 +00:00
bandit_baseline.py Adding bandit-baseline tool 2015-12-10 15:50:49 -08:00
bandit_config_generator.py Config generator: fix a typo 2015-11-30 13:59:32 +01:00