scout-soroban icon indicating copy to clipboard operation
scout-soroban copied to clipboard

Include detectors status in reports

Open matiascabello opened this issue 6 months ago • 0 comments

Addressing a user request: https://github.com/CoinFabrik/scout-soroban/issues/239

Reports should include a list of the detectors that were executed on the targeted project. By including this list, users can see the list of all the issues that were searched for, instead of only seeing those that triggered warnings.

This task depends on the completion of the issue "Direct detection forward to Scout": https://github.com/orgs/CoinFabrik/projects/13/views/1?pane=issue&itemId=67208813

Reference

Image

Considerations

  • This list may be too long to display it in the command line report in a neatly fashion. Consider adding a flag, so that the user can choose wether to display this list or not after each execution. E.g: cargo scout-audit --detector-status.
  • On the other hand, we can include it directly in markdown, pdf, html and json reports.

matiascabello avatar Jul 31 '24 19:07 matiascabello