bandit/bandit
Marek Cermak d159335700 Custom formatter
Implements: custom formatter

Custom formatter can be used to output a machine-readable, easily
parsable and customizable format using set of predefined tags
to suite various needs.

Output string is formatted using python string.format() standards
and therefore provides familiar usage.

Usage: bandit --format custom [--msg-template MSG-TEMPLATE] targets

See bandit --help for additional information and list of available tags

modified:   bandit/cli/main.py
modified:   bandit/core/manager.py
modified:   README.rst
modified:   setup.cfg
new file:   bandit/formatters/custom.py

Change-Id: I900c9689cddb048db58608c443305e05e7a4be14
Signed-off-by: Marek Cermak <macermak@redhat.com>
2017-11-13 13:53:40 +01:00
..
blacklists Merge "Add sha-1 to list of insecure hashes" 2017-09-13 04:13:35 +00:00
cli Custom formatter 2017-11-13 13:53:40 +01:00
core Custom formatter 2017-11-13 13:53:40 +01:00
formatters Custom formatter 2017-11-13 13:53:40 +01:00
plugins Do not flag new way of escaping in jinja2 plugin 2017-08-02 15:54:56 -07:00
__init__.py Add version parameter to the command line 2016-02-02 17:09:21 -08:00