bandit/releasenotes/notes/add-url-in-json-64f90161ab613a54.yaml
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

6 lines
140 B
YAML

---
features:
- |
[bug/1695890] The ``more_info`` URL link displayed in the HTML output is
now also available in the JSON output.