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.7.6/low_level_calls.sol",
|
|
"filename_absolute": "/GENERIC_PATH",
|
|
"filename_short": "tests/detectors/low-level-calls/0.7.6/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.7.6/low_level_calls.sol",
|
|
"filename_absolute": "/GENERIC_PATH",
|
|
"filename_short": "tests/detectors/low-level-calls/0.7.6/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{gas: 7777,value: msg.value}()",
|
|
"source_mapping": {
|
|
"start": 111,
|
|
"length": 45,
|
|
"filename_relative": "tests/detectors/low-level-calls/0.7.6/low_level_calls.sol",
|
|
"filename_absolute": "/GENERIC_PATH",
|
|
"filename_short": "tests/detectors/low-level-calls/0.7.6/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.7.6/low_level_calls.sol",
|
|
"filename_absolute": "/GENERIC_PATH",
|
|
"filename_short": "tests/detectors/low-level-calls/0.7.6/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.7.6/low_level_calls.sol",
|
|
"filename_absolute": "/GENERIC_PATH",
|
|
"filename_short": "tests/detectors/low-level-calls/0.7.6/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.7.6/low_level_calls.sol#5-7):\n\t- _receiver.call{gas: 7777,value: msg.value}() (tests/detectors/low-level-calls/0.7.6/low_level_calls.sol#6)\n",
|
|
"markdown": "Low level call in [Sender.send(address)](tests/detectors/low-level-calls/0.7.6/low_level_calls.sol#L5-L7):\n\t- [_receiver.call{gas: 7777,value: msg.value}()](tests/detectors/low-level-calls/0.7.6/low_level_calls.sol#L6)\n",
|
|
"first_markdown_element": "tests/detectors/low-level-calls/0.7.6/low_level_calls.sol#L5-L7",
|
|
"id": "ec014cc9f1ed1d83294a16253fc735b22f22eebba3953cdae61f6547550fd64d",
|
|
"check": "low-level-calls",
|
|
"impact": "Informational",
|
|
"confidence": "High"
|
|
}
|
|
]
|
|
] |