bandit/bandit/formatters
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
..
__init__.py Split each formatter into separate modules 2015-09-08 15:31:20 -07:00
csv.py Adding new screen formatter 2015-12-21 16:44:45 +00:00
html.py Adding new screen formatter 2015-12-21 16:44:45 +00:00
json.py Adding new screen formatter 2015-12-21 16:44:45 +00:00
screen.py Adding new screen formatter 2015-12-21 16:44:45 +00:00
text.py Adding new screen formatter 2015-12-21 16:44:45 +00:00
xml.py Adding new screen formatter 2015-12-21 16:44:45 +00:00