This release adds the support for Cairo up to 2.5.0, and a new detector for the transaction origin address used as access control.
Additionally a new CLI option --safe-external-calls
has been added where the user can specify which functions are safe to be called, at the moment these are used in the reentrancy detectors to not report when the external call is in the functions listed by the user.
What's Changed
- Update for Cairo 2.5.0 by @smonicas in #57
- Fix unused return bug by @technovision99 in #53
- Add support for
Span
in the use-after-pop-front detector by @tarunbhm in #54 - Add tx.origin detector by @tarunbhm in #55
- Add safe external calls option by @smonicas in #59
Full Changelog: v0.2.2...v0.2.3