This PR adds reporting of traces in json format in the reporting directory. Users can quickly scan the overall-report-*.json file to see a map from problem tag to individual reports and a count of findings per severity level.
For example, run:
argot backtrace -config payload/selfcheck/config.yaml
or the same command with the taint tool.
This PR adds reporting of traces in json format in the reporting directory. Users can quickly scan the
overall-report-*.json
file to see a map from problem tag to individual reports and a count of findings per severity level.For example, run:
argot backtrace -config payload/selfcheck/config.yaml
or the same command with thetaint
tool.