bandit/tests/unit/formatters
Tin Lam 185a2a8a42 Add more_info URL to the JSON output
Currently, outputting bandit findings as JSON does not put the ``more_info``
URL in the output as it would if the output format is HTML.  This patch
set updates the JSON formatter to include the ``more_info`` URL to be inline
with the HTML display.

Change-Id: I58a8490b427fe146d517a8aff124f4443562f48b
Closes-Bug: #1695890
Signed-off-by: Tin Lam <tin@irrational.io>
2018-01-03 19:32:39 -06:00
..
__init__.py Split each formatter into separate modules 2015-09-08 15:31:20 -07:00
test_csv.py Allow output to default to stdout using argparse 2016-06-15 11:23:53 -07:00
test_html.py Make Bandit's HTML report pass markup validation 2016-12-19 16:41:47 -06:00
test_json.py Add more_info URL to the JSON output 2018-01-03 19:32:39 -06:00
test_screen.py Trivial fixes based on pylint scan 2016-11-21 13:16:32 -08:00
test_text.py Clean imports in code 2016-08-24 16:33:07 +00:00
test_xml.py Replace six.iteritems() with .items() 2017-04-04 15:32:55 +05:30
test_yaml.py Yet Another Formatter (yaml) 2017-02-27 16:23:17 -08:00