Commit Graph

4197 Commits (04f0dbecce2ecc08b0b45d6660c22a0bbcc67421)
 

Author SHA1 Message Date
alpharush 75ef277cbf
Merge pull request #2119 from crytic/master 1 year ago
Simone 65cc68ddf0
Make the results deterministic (#2114) 1 year ago
joodiewoodo ff52901e6d
Allow underscore in variable naming convention for internal state variables (#2110) 1 year ago
Simone c95b953b2c Prioritize checking canonical_name for type inference 1 year ago
Simone 1c4730dd11 Improve import aliasing 1 year ago
alpharush 404914cdfa link issues for TODO comments, lint 1 year ago
alpharush 961db4563f address lints and improve typing 1 year ago
alpharush e8fa8b85fa more cleanup 1 year ago
alpharush 239369c853 propagate return type on call to state variable with interface type 1 year ago
alpharush e80238d8e9 add struct defs to file scope 1 year ago
alpharush c21798021c fix some lint warnings 1 year ago
alpharush a6209dfe53 cleanup 1 year ago
alpharush 9df54e9c3a update tests 1 year ago
alpharush 9c4bc505d3 handle break/continue 1 year ago
alpharush 16140f29c8 cleanup and formatting 1 year ago
alpharush 9fdc7dc228 conditionally apply refinements to Solidity 1 year ago
alpharush 4845a3bd26 fix and refactor comparison operator, add support for raise 1 year ago
alpharush 81cb124e2d support default args in calls 1 year ago
alpharush e287b2f905 fix phi placement by calling SlitherCompilationUnit.add_function 1 year ago
alpharush 66def310e7 do not considered local variable that are reference types as `in_storage` 1 year ago
alpharush 47e274c907 consider function unimplemented if body is only pass 1 year ago
alpharush 3ca9d0f228 convert tuple on lhs and index access to struct and field access 1 year ago
alpharush e561d33eb1 try removing trailing comment 1 year ago
alpharush 4b10a0fa18 delete commented out code 1 year ago
alpharush f7ef48401e very simplistic support for reentrancy lock 1 year ago
alpharush 2dbb912bb7 correctly set indexed attribute for event variables 1 year ago
alpharush f9633ca67a fix name resolution for shadowed state variable 1 year ago
alpharush 08af1ee9e5 cleanup FunctionVyper 1 year ago
alpharush 0efef8babf add test for parsing and cfgir 1 year ago
alpharush 36c60a93b0 add failing phi test 1 year ago
alpharush d3686764b8 fix missing call to set_offset 1 year ago
alpharush eadcd462c3 remove solc imports from vyper parsing 1 year ago
alpharush 929c2af088 add deprecated calls to solidity only detectors 1 year ago
alpharush ce6d3c91c8 point at vyper crytic-compile branch 1 year ago
alpharush 0fd1ed7308 follow redirects 1 year ago
alpharush b5778ce5df use curl to support windows 1 year ago
alpharush ae45f461e3 initial tests 1 year ago
alpharush baa3c980c2 install vyper in CI 1 year ago
alpharush 5197b157a8 fix filtering to use string value of enum 1 year ago
alpharush 917c5d6cd6 add IncorrectSolc detector to solidity-only detectors 1 year ago
alpharush 372579221d delete more unused code 1 year ago
alpharush 77637d90f0 delete unused code, misc. notes 1 year ago
alpharush 2bfe8290b9 add ability to perform filtering by language to AbstractDetector 1 year ago
alpharush 4c1ad519d0 handle edge case for vyper Expr nodes 1 year ago
alpharush 55ab580a75 convert raw_call to LowLevelCall 1 year ago
alpharush 85e63c6ba5 rename fixture 1 year ago
alpharush db88cd5855 fmt 1 year ago
alpharush 4b07cbbc56 add support for self.balance 1 year ago
alpharush a61ca34226 parse bool op symbol 1 year ago
alpharush 5443132c2b fix source mapping, set source code and source unit 1 year ago