forked from smartbugs/smartbugs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdataset.yaml
executable file
·23 lines (22 loc) · 944 Bytes
/
dataset.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# SB Curated (local)
access_control: dataset/access_control
arithmetic: dataset/arithmetic
bad_randomness: dataset/bad_randomness
denial_of_service: dataset/denial_of_service
front_running: dataset/front_running
reentrancy: dataset/reentrancy
short_addresses: dataset/short_addresses
time_manipulation: dataset/time_manipulation
unchecked_ll_calls: dataset/unchecked_low_level_calls
# External datasets
solidiFI:
- url: [email protected]:smartbugs/SolidiFI-benchmark.git
- local_dir: dataset/solidiFI
- subsets: # Accessed as solidiFI/name
- overflow_underflow: buggy_contracts/Overflow-Underflow
- reentrancy: buggy_contracts/Re-entrancy
- tod: buggy_contracts/TOD
- timestamp_dependency: buggy_contracts/Timestamp-Dependency
- unchecked_send: buggy_contracts/Unchecked-Send
- unhandled_exceptions: buggy_contracts/Unhandled-Exceptions
- tx_origin: buggy_contracts/tx.origin