Skip to content

Commit df1ff42

Browse files
authored
Merge pull request #848 from crytic/dev-abiencoderv2-fix
Fix abiencoderv2 detector
2 parents 000c8c0 + 5c94dfd commit df1ff42

File tree

5 files changed

+1847
-1845
lines changed

5 files changed

+1847
-1845
lines changed

slither/detectors/compiler_bugs/storage_ABIEncoderV2_array.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"0.5.7",
4444
"0.5.8",
4545
"0.5.9",
46-
"0.5.10",
4746
]
4847

4948

@@ -61,7 +60,7 @@ class ABIEncoderV2Array(AbstractDetector):
6160
"https://github.com/crytic/slither/wiki/Detector-Documentation#storage-abiencoderv2-array"
6261
)
6362
WIKI_TITLE = "Storage ABIEncoderV2 Array"
64-
WIKI_DESCRIPTION = """`solc` versions `0.4.7`-`0.5.10` contain a [compiler bug](https://blog.ethereum.org/2019/06/25/solidity-storage-array-bugs.) leading to incorrect ABI encoder usage."""
63+
WIKI_DESCRIPTION = """`solc` versions `0.4.7`-`0.5.9` contain a [compiler bug](https://blog.ethereum.org/2019/06/25/solidity-storage-array-bugs) leading to incorrect ABI encoder usage."""
6564
WIKI_EXPLOIT_SCENARIO = """
6665
```solidity
6766
contract A {

0 commit comments

Comments
 (0)