Skip to content

Release v0.1.8

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jul 21:39
c9c251d

Changelog

Aderyn passed 50 detectors! 🥳 5️⃣ 0️⃣ ➕

  • New detectors:
    • HIGH: Uninitialized state variables consumed
    • HIGH: Dangerous Unary Operator
    • HIGH: Unchecked return value
    • HIGH: Right to left special character used
    • HIGH: Tautological conditional
    • HIGH: Misused Boolean
    • HIGH: Functions sending ETH without msg.sender checks
    • HIGH: Delegatecall to an unprotected address
    • HIGH: Deletion of nested mapping
    • HIGH: Usage of pre-declared local variables
    • HIGH: Weak Randomness (First contribution from @DavidDrob !! 🥳 👏 )
  • Optimize release binary for speed
  • Callgraph preprocessing allowing for detectors to search upstream and downstream callgraph <3

What's Changed

New Contributors

Full Changelog: v0.1.7...v0.1.8