awslabs / ar-go-tools

ar-go-tools (Argot) is a collection of analysis tools for Go
Apache License 2.0
25 stars 1 forks source link

Json reports for taint and backtrace #112

Closed victornicolet closed 2 weeks ago

victornicolet commented 2 weeks ago

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.