Releases: Cyfrin/aderyn
Releases · Cyfrin/aderyn
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.
v0.0.6
v0.0.5
- New Detectors:
- Using
block.timestamp
for token swap deadlines. - Use
ERC721::_safeMint
instead of_mint
.
- Using
- Fix: useless_public_function detector no longer counts constructors.
- Tech debt:
- loader.rs more generic, domain-specific getters moved to relevant one-time detector calls.
- Detectors don't use unnecessary visitors.
- Report:
- Contract Summary includes nSLOC.
- Disclaimer.