Commit Graph

31 Commits (5123d38027bbe5398081cc1a30cbf8fc60a5278a)

Author SHA1 Message Date
Simone f57c2ca0b3 Detect only assembly blocks 10 months ago
alpharush 4454b3e34a
fix: detect selfdestruct in internal calls (#2232) 10 months ago
Feist Josselin 538539ba9e Add return-bomb detector 1 year ago
Feist Josselin f7ab4a734f Add incorrect-exp detector 1 year ago
Feist Josselin 700794971b Release 2 new detectors 1 year ago
Judy Wu f07d506b4a Check s_ and i_ naming convention for private and internal only 1 year ago
Judy Wu 733012d15c issue #2083: add exceptions for i_ and s_ in the naming-conventions detector 1 year ago
Simone 8d5c033fbe
Improve mapping-deletion detector for nested mappings (#2084) 1 year ago
Emilio López 9da51fff3b
detectors: cache_array_length: include source mapping in finding (#2076) 1 year ago
joodiewoodo ff52901e6d
Allow underscore in variable naming convention for internal state variables (#2110) 1 year ago
alpharush 5c40c52ba1 fix(cache-array-length): handle when `HighLevelCall` is a `StateVariable` 1 year ago
bossjoker1 e1febdd74e Check the respective parameter's storage location for each argument 1 year ago
alpharush 1b5e2e9327 update detector tests to reflect event fmt 1 year ago
alpharush 8a5aab62c9
reduce false positives on modifying storage array by value detector (#1962) 1 year ago
Simone adabce6180
Detect when ether is sent in Yul (#1909) 2 years ago
Feist Josselin 649e8d5e94 Minor python improvements 2 years ago
bart1e 0b7257209d External calls handled + output printing changed 2 years ago
alpharush 36142aa3fb do not detect incorrect-shift when rhs is constant 2 years ago
bart1e d1804f3d01 Tests updated 2 years ago
bart1e 32d4bba9ef Tests updated 2 years ago
Simone 6eb296cdf7 Test catch variables not detected as uninitialized 2 years ago
Simone 5afb9355be Improve tuple analysis 2 years ago
alpharush 3cba507cd8 add detector for uses of encode packed that may allow for duplicates encodings 2 years ago
alpharush 05f50867dc use pytest-insta to do snapshot testing for detectors 2 years ago