Skip to content

v0.5.0

Compare
Choose a tag to compare
@ndkirillov ndkirillov released this 07 Dec 16:18
· 177 commits to master since this release
9a4bb01

Major Updates

Reworks and additions

  1. Slitherin CLI: Now, Slitherin and Slither detectors can be run separately. More information on CLI usage can be found here. Thx @Yhtiyar
  2. pess-arbitrary-call detector: Got divided into several detectors. Each detector has its own confidence and severity level. Descriptions of detectors can be found here. Thx @Yhtiyar
  3. pess-aave-callback detector: New detector. Checks if the callback executeOperation has initiator and msg.sender validation. Thx @Yhtiyar

Crucial Fixes

  1. pess-only-eoa-check detector: Had an IndexError in one of the cases, which has been fixed. Thx @YanhuiJessica
  2. pess-arbitrary-call detector: Had a bug in which the variable was read before declaration. This has now been fixed.

Minor Updates and Optimization

Minor Fixes

  1. General. We changed the repo structure. Some files had paths to redundant files. Fixed. Thx @Yhtiyar and @YanhuiJessica