mirror of https://github.com/crytic/slither
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
556 B
27 lines
556 B
6 years ago
|
[
|
||
|
{
|
||
6 years ago
|
"calls": [
|
||
|
"msg.sender.send(this.balance)"
|
||
6 years ago
|
],
|
||
|
"contract": "Test",
|
||
6 years ago
|
"filename": "tests/arbitrary_send.sol",
|
||
6 years ago
|
"func": "direct",
|
||
|
"sourceMapping": [
|
||
|
null
|
||
|
],
|
||
6 years ago
|
"vuln": "SuicidalFunc"
|
||
|
},
|
||
|
{
|
||
6 years ago
|
"calls": [
|
||
|
"destination.send(this.balance)"
|
||
6 years ago
|
],
|
||
|
"contract": "Test",
|
||
|
"filename": "tests/arbitrary_send.sol",
|
||
|
"func": "indirect",
|
||
|
"sourceMapping": [
|
||
|
null
|
||
|
],
|
||
|
"vuln": "SuicidalFunc"
|
||
6 years ago
|
}
|
||
|
]
|