v0.0.22
What's Changed
- Benchmarks for Aderyn and individual detectors by @TilakMaddy in #290
- Bump version by @alexroan in #329
- Feature
peek
into node to see the source code as string +TODO
Detector by @TilakMaddy in #261 - Remove ENV vars in favour of CLI args by @alexroan in #330
- Notify aderyn users when a new version is released ! by @TilakMaddy in #263
- Reclassify detectors by @alexroan in #331
Release Notes
- Benchmark aderyn and its detectors (not yet included in CI)
peek()
enables detectors to look at the source code of the ASTNode, to run string comparisons against.- ENV vars moved into CLI args.
- At the end of each run, check if there is a newer version of
aderyn
available. - Reclassify detectors to HIGH:
avoid_abi_envode_packed
unprotected_init_function
Full Changelog: v0.0.21...v0.0.22