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.
60 lines
1.5 KiB
60 lines
1.5 KiB
[
|
|
{
|
|
"check": "arbitrary-send",
|
|
"expressions": [
|
|
{
|
|
"expression": "msg.sender.send(this.balance)",
|
|
"source_mapping": {
|
|
"filename": "tests/arbitrary_send.sol",
|
|
"length": 29,
|
|
"lines": [
|
|
12
|
|
],
|
|
"start": 174
|
|
}
|
|
}
|
|
],
|
|
"function": {
|
|
"name": "direct",
|
|
"source_mapping": {
|
|
"filename": "tests/arbitrary_send.sol",
|
|
"length": 63,
|
|
"lines": [
|
|
11,
|
|
12,
|
|
13
|
|
],
|
|
"start": 147
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"check": "arbitrary-send",
|
|
"expressions": [
|
|
{
|
|
"expression": "destination.send(this.balance)",
|
|
"source_mapping": {
|
|
"filename": "tests/arbitrary_send.sol",
|
|
"length": 30,
|
|
"lines": [
|
|
20
|
|
],
|
|
"start": 307
|
|
}
|
|
}
|
|
],
|
|
"function": {
|
|
"name": "indirect",
|
|
"source_mapping": {
|
|
"filename": "tests/arbitrary_send.sol",
|
|
"length": 66,
|
|
"lines": [
|
|
19,
|
|
20,
|
|
21
|
|
],
|
|
"start": 278
|
|
}
|
|
}
|
|
}
|
|
] |