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.
70 lines
2.0 KiB
70 lines
2.0 KiB
{
|
|
"success": true,
|
|
"error": null,
|
|
"results": [
|
|
{
|
|
"check": "constant-function",
|
|
"impact": "Medium",
|
|
"confidence": "Medium",
|
|
"description": "Constant.test_assembly_bug (tests/constant-0.5.1.sol#15-17) is declared view but contains assembly code\n",
|
|
"elements": [
|
|
{
|
|
"type": "function",
|
|
"name": "test_assembly_bug",
|
|
"source_mapping": {
|
|
"start": 185,
|
|
"length": 66,
|
|
"filename_used": "/home/travis/build/crytic/slither/tests/constant-0.5.1.sol",
|
|
"filename_relative": "tests/constant-0.5.1.sol",
|
|
"filename_absolute": "/home/travis/build/crytic/slither/tests/constant-0.5.1.sol",
|
|
"filename_short": "tests/constant-0.5.1.sol",
|
|
"lines": [
|
|
15,
|
|
16,
|
|
17
|
|
],
|
|
"starting_column": 5,
|
|
"ending_column": 6
|
|
},
|
|
"contract": {
|
|
"type": "contract",
|
|
"name": "Constant",
|
|
"source_mapping": {
|
|
"start": 0,
|
|
"length": 253,
|
|
"filename_used": "/home/travis/build/crytic/slither/tests/constant-0.5.1.sol",
|
|
"filename_relative": "tests/constant-0.5.1.sol",
|
|
"filename_absolute": "/home/travis/build/crytic/slither/tests/constant-0.5.1.sol",
|
|
"filename_short": "tests/constant-0.5.1.sol",
|
|
"lines": [
|
|
1,
|
|
2,
|
|
3,
|
|
4,
|
|
5,
|
|
6,
|
|
7,
|
|
8,
|
|
9,
|
|
10,
|
|
11,
|
|
12,
|
|
13,
|
|
14,
|
|
15,
|
|
16,
|
|
17,
|
|
18
|
|
],
|
|
"starting_column": 1,
|
|
"ending_column": 2
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"additional_fields": {
|
|
"contains_assembly": true
|
|
}
|
|
}
|
|
]
|
|
} |