mwritescode commited on
Commit
aa0a12e
1 Parent(s): 18f12ec

Added first version of the dataset

Browse files
data/big-splits.csv ADDED
The diff for this file is too large to render. See raw diff
data/label_mappings.json ADDED
@@ -0,0 +1 @@
 
1
+ {"suicidal": "access-control", "arbitrary-send": "access-control", "unused-return": "unchecked-calls", "unchecked-lowlevel": "unchecked-calls", "erc20-interface": "ignore", "msg-value-loop": "double-spending", "controlled-array-length": "access-control", "locked-ether": "locked-ether", "shadowing-state": "ignore", "tx-origin": "access-control", "delegatecall-loop": "double-spending", "shadowing-abstract": "ignore", "constant-function-state": "other", "divide-before-multiply": "arithmetic", "array-by-reference": "other", "incorrect-equality": "other", "name-reused": "ignore", "incorrect-shift": "ignore", "rtlo": "other", "backdoor": "other", "write-after-write": "ignore", "weak-prng": "bad-randomness", "public-mappings-nested": "ignore", "controlled-delegatecall": "access-control", "reentrancy-no-eth": "reentrancy", "constant-function-asm": "other", "reused-constructor": "ignore", "reentrancy-eth": "reentrancy", "unprotected-upgrade": "access-control", "uninitialized-storage": "other", "tautology": "ignore", "unchecked-send": "locked-ether", "erc721-interface": "ignore", "uninitialized-local": "other", "unchecked-transfer": "unchecked-calls", "boolean-cst": "ignore", "mapping-deletion": "other", "uninitialized-state": "other", "safe": "safe"}
data/small-splits.csv ADDED
The diff for this file is too large to render. See raw diff