github Ackee-Blockchain/wake v1.0.0
v1.0.0: First public release

latest releases: v4.15.0, v4.14.1, v4.14.0...
2 years ago

Features

  • First vulnerability detectors:
    • function-call-options-not-called
      Function with call options actually is not called, e.g. this.externalFunction{value: targetValue}.
    • old-gas-value-not-called
      Function with gas or value set actually is not called, e.g. this.externalFunction.value(targetValue).
    • reentrancy
      Detects re-entrancy vulnerabilities.
    • unchecked-function-return-value
      Return value of a function call is ignored.
    • unsafe-address-balance-use
      Address.balance is either written to a state variable or used in a strict comparison (== or !=).
    • unsafe-delegatecall
      Delegatecall to an untrusted contract.
    • unsafe-selfdestruct
      Selfdestruct call is not protected.
  • LSP server
  • Fuzzer
    • A property-based fuzzer for Solidity smart contracts that allows testers to write their fuzz tests in Python.

Don't miss a new wake release

NewReleases is sending notifications on new releases.