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.
40 lines
955 B
40 lines
955 B
[
|
|
{
|
|
"calls": [
|
|
"msg.sender.send(this.balance)"
|
|
],
|
|
"contract": "Test",
|
|
"filename": "tests/arbitrary_send.sol",
|
|
"function": "direct",
|
|
"sourceMapping": [
|
|
{
|
|
"filename": "tests/arbitrary_send.sol",
|
|
"length": 29,
|
|
"lines": [
|
|
12
|
|
],
|
|
"start": 174
|
|
}
|
|
],
|
|
"vuln": "ArbitrarySend"
|
|
},
|
|
{
|
|
"calls": [
|
|
"destination.send(this.balance)"
|
|
],
|
|
"contract": "Test",
|
|
"filename": "tests/arbitrary_send.sol",
|
|
"function": "indirect",
|
|
"sourceMapping": [
|
|
{
|
|
"filename": "tests/arbitrary_send.sol",
|
|
"length": 30,
|
|
"lines": [
|
|
20
|
|
],
|
|
"start": 307
|
|
}
|
|
],
|
|
"vuln": "ArbitrarySend"
|
|
}
|
|
] |