2 Commits
Author SHA1 Message Date
skyanth 5e41ff24da use correct finding id 2020-04-14 17:24:44 +02:00
khorben b49ae659ea Import findings2json.xsl
This stylesheet outputs the findings from a report as JSON data.
It should be useful already but like in the CSV export:
- it assumes the finding IDs are in sequential order;
- recommendations are expected as a single paragraph, an unordered
  list (<ul><li>...), or fallback to whatever else.

In addition the output may still contain multiple lines, which breaks
the JSON format.
2020-03-30 17:40:53 +02:00