Commit Graph

198 Commits (ee59976d68bb5ecc8cc352c4956a69c249280c23)

Author SHA1 Message Date
alpharush a0afa2573e
fix: filtering of unused-import,incorrect-solc, pragma (#2472) 6 months ago
dm 4d09e59915
Improve message error for when Crytic throws a KeyError. (#2418) 6 months ago
alpharush b9a3ea6189
remove similar-names bc it's slow (#2469) 6 months ago
alpharush 4f661e4807 add test for 08d631f 6 months ago
alpharush 0ecf6b4a16 fix: unused state var detector for abstract/library 8 months ago
Alexis dcec99b1b8
Reduce verbosity for InvalidCompilation errors 8 months ago
Alexis 20fa97cbac
Remove interface from inheritance graph. 8 months ago
Alexis 2bd6cbeddd
Remove deprecated flags and their migration. 8 months ago
alpharush 098851cbd2 add tests 8 months ago
alpharush 0165614270 add another test and fix pylint issues 8 months ago
alpharush 5a6ef0d5a6 cleanup code and add test 8 months ago
alpharush 9cecef852f fix: lookup of type alias as member of contract 8 months ago
alpharush 6cc0bda5f6 fix: add newline to incorrect-modifier output 8 months ago
alpharush 448d77fad5 lint and text update 8 months ago
alpharush 3c11786c00 lint and updates tests 8 months ago
alpharush f04a3c15f8 fix: guard literal implicit conversion for arrays 8 months ago
alpharush 294850f2f1 add missing file 8 months ago
alpharush 69ece6da84 fix: support aliases for NewContract operation 8 months ago
Simone 134cadf989 Fix parsing of events 8 months ago
alpharush 1af07d15bb add known solc bugs, remove allowed versions, improve formatting 9 months ago
alpharush 801a13e600 add regression test for https://github.com/crytic/slither/issues/2325 9 months ago
alpharush 75c1159d73 add test showing two internal call example is caught 9 months ago
alpharush 04ff85fd65 make it interprocedural (only 1 call deep) 9 months ago
alpharush 69d3c257b4 feat: add out-of-order-retryable ticket detector 9 months ago
Tigran Avagyan 2dff8257a3 updated tests 9 months ago
Simone 18ec60eb2b Update tests 9 months ago
Simone f57c2ca0b3 Detect only assembly blocks 9 months ago
Simone 591c4c0953 Add test 9 months ago
Judy Wu b1c58ca9b2 format 9 months ago
Matt Solomon e876d61fd5
fix: broken doc links (#2299) 10 months ago
Simone 6620bc926e
Fix using for when used with "this" (#2224) 10 months ago
Judy Wu 9f255d8ea9 update test to use output method 10 months ago
Judy Wu abe00363cb bug: address issue #2107 add contract id in inheritance graph printer 10 months ago
alpharush 4454b3e34a
fix: detect selfdestruct in internal calls (#2232) 10 months ago
Simone a793c3f1b9 Don't report if msg.value is in a conditional expression 1 year ago
Simone 4a33541738 Add support top level events 1 year ago
alpharush a2d88b80cd add support for send builtin 1 year ago
Khang Vo (doublevkay) e38966c5f7 detect reinitializer in unprotected_upgrade detector 1 year ago
dependabot[bot] a433e3ba66
Bump semver in /tests/e2e/compilation/test_data/test_node_modules 1 year ago
dependabot[bot] e94c582542
Bump @openzeppelin/contracts 1 year ago
Feist Josselin 2a7e514a5d Fix snapshot 1 year ago
Feist Josselin 538539ba9e Add return-bomb detector 1 year ago
Feist Josselin 4d1d32b63f Add tautological-compare 1 year ago
Feist Josselin f7ab4a734f Add incorrect-exp detector 1 year ago
Judy Wu 8feb4943d9 Update test to assert expected parameter names 1 year ago
Judy Wu 1cdb2022cb address issue #2127 and allow function parameter name to be empty when casting to string 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
Simone f50a126f2c
Improve custom error parsing with constants (#2115) 1 year ago
Judy Wu 733012d15c issue #2083: add exceptions for i_ and s_ in the naming-conventions detector 1 year ago