Cyfrin / aderyn

Aderyn 🦜 Rust-based Solidity AST analyzer.
GNU General Public License v2.0
349 stars 51 forks source link

Formalize Auditor Mode #512

Open alexroan opened 2 months ago

alexroan commented 2 months ago

Currently, --auditor-mode prints directly to stdout, and has no options for printing to other formats.

Requested formats include:

This may require restructuring of the AuditorDetector trait and printers.

We should also come up with some way for auditor to choose which auditor detectors to use at any given time. I'm thinking a CLI menu, interactive menu, or list of easily referenced IDs to pick the detector you want at any given time.

TilakMaddy commented 2 months ago

VSCode sidebar - dropdown menu ?

alexroan commented 2 months ago

I think that is a natural follow up once we have a good idea of the CLI flow for it :)