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.
262 lines
7.0 KiB
262 lines
7.0 KiB
{
|
|
"success": true,
|
|
"error": null,
|
|
"results": [
|
|
{
|
|
"check": "assembly",
|
|
"impact": "Informational",
|
|
"confidence": "High",
|
|
"description": "VectorSum.sumAsm uses assembly (tests/inline_assembly_library.sol#16-22)\n\t- tests/inline_assembly_library.sol#18-21\n",
|
|
"elements": [
|
|
{
|
|
"type": "function",
|
|
"name": "sumAsm",
|
|
"source_mapping": {
|
|
"start": 593,
|
|
"length": 247,
|
|
"filename_used": "/home/travis/build/crytic/slither/tests/inline_assembly_library.sol",
|
|
"filename_relative": "tests/inline_assembly_library.sol",
|
|
"filename_absolute": "/home/travis/build/crytic/slither/tests/inline_assembly_library.sol",
|
|
"filename_short": "tests/inline_assembly_library.sol",
|
|
"lines": [
|
|
16,
|
|
17,
|
|
18,
|
|
19,
|
|
20,
|
|
21,
|
|
22
|
|
],
|
|
"starting_column": 5,
|
|
"ending_column": 6
|
|
},
|
|
"contract": {
|
|
"type": "contract",
|
|
"name": "VectorSum",
|
|
"source_mapping": {
|
|
"start": 98,
|
|
"length": 1581,
|
|
"filename_used": "/home/travis/build/crytic/slither/tests/inline_assembly_library.sol",
|
|
"filename_relative": "tests/inline_assembly_library.sol",
|
|
"filename_absolute": "/home/travis/build/crytic/slither/tests/inline_assembly_library.sol",
|
|
"filename_short": "tests/inline_assembly_library.sol",
|
|
"lines": [
|
|
5,
|
|
6,
|
|
7,
|
|
8,
|
|
9,
|
|
10,
|
|
11,
|
|
12,
|
|
13,
|
|
14,
|
|
15,
|
|
16,
|
|
17,
|
|
18,
|
|
19,
|
|
20,
|
|
21,
|
|
22,
|
|
23,
|
|
24,
|
|
25,
|
|
26,
|
|
27,
|
|
28,
|
|
29,
|
|
30,
|
|
31,
|
|
32,
|
|
33,
|
|
34,
|
|
35,
|
|
36,
|
|
37,
|
|
38,
|
|
39,
|
|
40,
|
|
41,
|
|
42,
|
|
43,
|
|
44,
|
|
45,
|
|
46,
|
|
47,
|
|
48
|
|
],
|
|
"starting_column": 1,
|
|
"ending_column": 2
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"type": "expression",
|
|
"expression": "None",
|
|
"source_mapping": {
|
|
"start": 720,
|
|
"length": 114,
|
|
"filename_used": "/home/travis/build/crytic/slither/tests/inline_assembly_library.sol",
|
|
"filename_relative": "tests/inline_assembly_library.sol",
|
|
"filename_absolute": "/home/travis/build/crytic/slither/tests/inline_assembly_library.sol",
|
|
"filename_short": "tests/inline_assembly_library.sol",
|
|
"lines": [
|
|
18,
|
|
19,
|
|
20,
|
|
21
|
|
],
|
|
"starting_column": 13,
|
|
"ending_column": 10
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"check": "assembly",
|
|
"impact": "Informational",
|
|
"confidence": "High",
|
|
"description": "VectorSum.sumPureAsm uses assembly (tests/inline_assembly_library.sol#25-47)\n\t- tests/inline_assembly_library.sol#26-47\n",
|
|
"elements": [
|
|
{
|
|
"type": "function",
|
|
"name": "sumPureAsm",
|
|
"source_mapping": {
|
|
"start": 923,
|
|
"length": 754,
|
|
"filename_used": "/home/travis/build/crytic/slither/tests/inline_assembly_library.sol",
|
|
"filename_relative": "tests/inline_assembly_library.sol",
|
|
"filename_absolute": "/home/travis/build/crytic/slither/tests/inline_assembly_library.sol",
|
|
"filename_short": "tests/inline_assembly_library.sol",
|
|
"lines": [
|
|
25,
|
|
26,
|
|
27,
|
|
28,
|
|
29,
|
|
30,
|
|
31,
|
|
32,
|
|
33,
|
|
34,
|
|
35,
|
|
36,
|
|
37,
|
|
38,
|
|
39,
|
|
40,
|
|
41,
|
|
42,
|
|
43,
|
|
44,
|
|
45,
|
|
46,
|
|
47
|
|
],
|
|
"starting_column": 5,
|
|
"ending_column": 6
|
|
},
|
|
"contract": {
|
|
"type": "contract",
|
|
"name": "VectorSum",
|
|
"source_mapping": {
|
|
"start": 98,
|
|
"length": 1581,
|
|
"filename_used": "/home/travis/build/crytic/slither/tests/inline_assembly_library.sol",
|
|
"filename_relative": "tests/inline_assembly_library.sol",
|
|
"filename_absolute": "/home/travis/build/crytic/slither/tests/inline_assembly_library.sol",
|
|
"filename_short": "tests/inline_assembly_library.sol",
|
|
"lines": [
|
|
5,
|
|
6,
|
|
7,
|
|
8,
|
|
9,
|
|
10,
|
|
11,
|
|
12,
|
|
13,
|
|
14,
|
|
15,
|
|
16,
|
|
17,
|
|
18,
|
|
19,
|
|
20,
|
|
21,
|
|
22,
|
|
23,
|
|
24,
|
|
25,
|
|
26,
|
|
27,
|
|
28,
|
|
29,
|
|
30,
|
|
31,
|
|
32,
|
|
33,
|
|
34,
|
|
35,
|
|
36,
|
|
37,
|
|
38,
|
|
39,
|
|
40,
|
|
41,
|
|
42,
|
|
43,
|
|
44,
|
|
45,
|
|
46,
|
|
47,
|
|
48
|
|
],
|
|
"starting_column": 1,
|
|
"ending_column": 2
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"type": "expression",
|
|
"expression": "None",
|
|
"source_mapping": {
|
|
"start": 1000,
|
|
"length": 677,
|
|
"filename_used": "/home/travis/build/crytic/slither/tests/inline_assembly_library.sol",
|
|
"filename_relative": "tests/inline_assembly_library.sol",
|
|
"filename_absolute": "/home/travis/build/crytic/slither/tests/inline_assembly_library.sol",
|
|
"filename_short": "tests/inline_assembly_library.sol",
|
|
"lines": [
|
|
26,
|
|
27,
|
|
28,
|
|
29,
|
|
30,
|
|
31,
|
|
32,
|
|
33,
|
|
34,
|
|
35,
|
|
36,
|
|
37,
|
|
38,
|
|
39,
|
|
40,
|
|
41,
|
|
42,
|
|
43,
|
|
44,
|
|
45,
|
|
46,
|
|
47
|
|
],
|
|
"starting_column": 9,
|
|
"ending_column": 6
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |