crytic / tealer

Static Analyzer for Teal
GNU Affero General Public License v3.0
62 stars 14 forks source link

Update group-size detector to use detect_missing_tx_field for CFG traversal #162

Closed S3v3ru5 closed 1 year ago

S3v3ru5 commented 1 year ago

Fix issue #160

Updates detect_missing_tx_field util function to accept another parameter satisfies_report_condition which is used to decide whether to report a execution path or not. group-size-check detector uses satisfies_report_condition that returns True if absolute index is used in path and returns False otherwise.