You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Major Updates
Reworks and additions
Slitherin CLI: Now, Slitherin and Slither detectors can be run separately. More information on CLI usage can be found here. Thx @Yhtiyar
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
pess-aave-callback detector: New detector. Checks if the callback executeOperation has initiator and msg.sender validation. Thx @Yhtiyar
Crucial Fixes
pess-only-eoa-check detector: Had an IndexError in one of the cases, which has been fixed. Thx @YanhuiJessica
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
General. We changed the repo structure. Some files had paths to redundant files. Fixed. Thx @Yhtiyar and @YanhuiJessica