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.
63 lines
1.9 KiB
63 lines
1.9 KiB
{
|
|
"success": true,
|
|
"error": null,
|
|
"results": {
|
|
"detectors": [
|
|
{
|
|
"check": "suicidal",
|
|
"impact": "High",
|
|
"confidence": "High",
|
|
"description": "C.i_am_a_backdoor() (tests/backdoor.sol#4-6) allows anyone to destruct the contract\n",
|
|
"elements": [
|
|
{
|
|
"type": "function",
|
|
"name": "i_am_a_backdoor",
|
|
"source_mapping": {
|
|
"start": 18,
|
|
"length": 74,
|
|
"filename_used": "/home/travis/build/crytic/slither/tests/backdoor.sol",
|
|
"filename_relative": "tests/backdoor.sol",
|
|
"filename_absolute": "/home/travis/build/crytic/slither/tests/backdoor.sol",
|
|
"filename_short": "tests/backdoor.sol",
|
|
"is_dependency": false,
|
|
"lines": [
|
|
4,
|
|
5,
|
|
6
|
|
],
|
|
"starting_column": 5,
|
|
"ending_column": 6
|
|
},
|
|
"type_specific_fields": {
|
|
"parent": {
|
|
"type": "contract",
|
|
"name": "C",
|
|
"source_mapping": {
|
|
"start": 1,
|
|
"length": 94,
|
|
"filename_used": "/home/travis/build/crytic/slither/tests/backdoor.sol",
|
|
"filename_relative": "tests/backdoor.sol",
|
|
"filename_absolute": "/home/travis/build/crytic/slither/tests/backdoor.sol",
|
|
"filename_short": "tests/backdoor.sol",
|
|
"is_dependency": false,
|
|
"lines": [
|
|
2,
|
|
3,
|
|
4,
|
|
5,
|
|
6,
|
|
7,
|
|
8
|
|
],
|
|
"starting_column": 1,
|
|
"ending_column": 2
|
|
}
|
|
},
|
|
"signature": "i_am_a_backdoor()"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |