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.
120 lines
5.9 KiB
120 lines
5.9 KiB
[
|
|
[
|
|
{
|
|
"elements": [
|
|
{
|
|
"type": "function",
|
|
"name": "send",
|
|
"source_mapping": {
|
|
"start": 51,
|
|
"length": 112,
|
|
"filename_relative": "tests/detectors/low-level-calls/0.5.16/low_level_calls.sol",
|
|
"filename_absolute": "/GENERIC_PATH",
|
|
"filename_short": "tests/detectors/low-level-calls/0.5.16/low_level_calls.sol",
|
|
"is_dependency": false,
|
|
"lines": [
|
|
5,
|
|
6,
|
|
7
|
|
],
|
|
"starting_column": 5,
|
|
"ending_column": 6
|
|
},
|
|
"type_specific_fields": {
|
|
"parent": {
|
|
"type": "contract",
|
|
"name": "Sender",
|
|
"source_mapping": {
|
|
"start": 29,
|
|
"length": 136,
|
|
"filename_relative": "tests/detectors/low-level-calls/0.5.16/low_level_calls.sol",
|
|
"filename_absolute": "/GENERIC_PATH",
|
|
"filename_short": "tests/detectors/low-level-calls/0.5.16/low_level_calls.sol",
|
|
"is_dependency": false,
|
|
"lines": [
|
|
4,
|
|
5,
|
|
6,
|
|
7,
|
|
8
|
|
],
|
|
"starting_column": 1,
|
|
"ending_column": 2
|
|
}
|
|
},
|
|
"signature": "send(address)"
|
|
}
|
|
},
|
|
{
|
|
"type": "node",
|
|
"name": "_receiver.call.value(msg.value).gas(7777)()",
|
|
"source_mapping": {
|
|
"start": 111,
|
|
"length": 45,
|
|
"filename_relative": "tests/detectors/low-level-calls/0.5.16/low_level_calls.sol",
|
|
"filename_absolute": "/GENERIC_PATH",
|
|
"filename_short": "tests/detectors/low-level-calls/0.5.16/low_level_calls.sol",
|
|
"is_dependency": false,
|
|
"lines": [
|
|
6
|
|
],
|
|
"starting_column": 9,
|
|
"ending_column": 54
|
|
},
|
|
"type_specific_fields": {
|
|
"parent": {
|
|
"type": "function",
|
|
"name": "send",
|
|
"source_mapping": {
|
|
"start": 51,
|
|
"length": 112,
|
|
"filename_relative": "tests/detectors/low-level-calls/0.5.16/low_level_calls.sol",
|
|
"filename_absolute": "/GENERIC_PATH",
|
|
"filename_short": "tests/detectors/low-level-calls/0.5.16/low_level_calls.sol",
|
|
"is_dependency": false,
|
|
"lines": [
|
|
5,
|
|
6,
|
|
7
|
|
],
|
|
"starting_column": 5,
|
|
"ending_column": 6
|
|
},
|
|
"type_specific_fields": {
|
|
"parent": {
|
|
"type": "contract",
|
|
"name": "Sender",
|
|
"source_mapping": {
|
|
"start": 29,
|
|
"length": 136,
|
|
"filename_relative": "tests/detectors/low-level-calls/0.5.16/low_level_calls.sol",
|
|
"filename_absolute": "/GENERIC_PATH",
|
|
"filename_short": "tests/detectors/low-level-calls/0.5.16/low_level_calls.sol",
|
|
"is_dependency": false,
|
|
"lines": [
|
|
4,
|
|
5,
|
|
6,
|
|
7,
|
|
8
|
|
],
|
|
"starting_column": 1,
|
|
"ending_column": 2
|
|
}
|
|
},
|
|
"signature": "send(address)"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"description": "Low level call in Sender.send(address) (tests/detectors/low-level-calls/0.5.16/low_level_calls.sol#5-7):\n\t- _receiver.call.value(msg.value).gas(7777)() (tests/detectors/low-level-calls/0.5.16/low_level_calls.sol#6)\n",
|
|
"markdown": "Low level call in [Sender.send(address)](tests/detectors/low-level-calls/0.5.16/low_level_calls.sol#L5-L7):\n\t- [_receiver.call.value(msg.value).gas(7777)()](tests/detectors/low-level-calls/0.5.16/low_level_calls.sol#L6)\n",
|
|
"first_markdown_element": "tests/detectors/low-level-calls/0.5.16/low_level_calls.sol#L5-L7",
|
|
"id": "63c001820deebca3c0e65f71e6d2c6ada9534d4aefd1a317e2332af26533f42e",
|
|
"check": "low-level-calls",
|
|
"impact": "Informational",
|
|
"confidence": "High"
|
|
}
|
|
]
|
|
] |