Install aderyn 0.5.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cyfrin/aderyn/releases/download/aderyn-v0.5.0/aderyn-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install cyfrin/tap/aderyn
Install prebuilt binaries into your npm project
npm install @cyfrin/[email protected]
Download aderyn 0.5.0
File | Platform | Checksum |
---|---|---|
aderyn-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
aderyn-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
aderyn-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
aderyn-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
aderyn-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
What's Changed
- Fix False Positive: Unused errors that were used within require blocks by @alexroan in #811
- Fix False Positives: Remove public-external captures for virtual and overriden functions by @alexroan in #812
- Fix False Positive: Sends eth without checking msg.sender by @alexroan in #814
- Add env variable support to
aderyn.toml
by @TilakMaddy in #820 - Fix detector name - remove "detector" from the name by @TilakMaddy in #821
- Fix: Template update by @TilakMaddy in #823
- Add release checklist by @TilakMaddy in #827
- docs: Update URLs in README.md by @Patrick-Ehimen in #817
- Remove remappings from aderyn toml by @TilakMaddy in #826
- feat: Make
src
single folder instead of vector of paths by @TilakMaddy in #825 - LSP Report Adjustment by @TilakMaddy in #831
- Rename and Re-describe detectors by @alexroan in #828
- Fix PUSH0 False Positive by @alexroan in #833
- LSP wording and formatting by @alexroan in #834
New Contributors
- @Patrick-Ehimen made their first contribution in #817
Full Changelog: aderyn-v0.4.3...aderyn-v0.5.0