Skip to content

v0.0.17

Compare
Choose a tag to compare
@alexroan alexroan released this 18 Mar 22:04
· 288 commits to dev since this release
0344658
  • Fixes:
    • Parent corruption in identifiers.
    • CLOC panic when an empty solidity file is input.
  • Remove aderyn_nodejs until a better solution is found.
  • Output to stdout with --stdout arg. (useful for toolchains)
  • ASTNode abstractions:
    • capture! allows for abstracted ASTNode types to be passed in as well as specific node types - Makes capturing cleaner.
    • x.closest_parent_of_type(context, NodeType::Block) where x can be an ASTNode type instead of a specific type.
  • New Detectors:
    • NC: Internal functions used only once could be inlined
    • NC: Large literals should be replaced with scientific notation