crytic / caracal

Static Analyzer for Starknet smart contracts
GNU Affero General Public License v3.0
135 stars 7 forks source link

Add detector for unchecked L1 from address in L1 handler functions #21

Closed tarunbhm closed 1 year ago

tarunbhm commented 1 year ago

closes #20

tarunbhm commented 1 year ago

Can you add a test where the from_address is checked in a private function and merge master because it changes the snapshot file

Done