v0.0.7
- Speed up report generation by sorting detector instances on the fly, instead of post-processing.
- Bug fix: hard coded foundry src replaced with foundry.toml definition.
- Custom report output file with arg:
-o <output_file>
. - Process foundry output files in parallel & other io speed improvements.
- Single Solidity files can be analyzed without a framework so long as Foundry is installed on the machine.
Big thanks to @TilakMaddy for his contribution to many of the features listed here.