forked from muellerberndt/sabre
-
Notifications
You must be signed in to change notification settings - Fork 0
/
issues.json
86 lines (86 loc) · 2.57 KB
/
issues.json
1
2
3
4
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"elapsed": 11956,
"issues": [
{
"issues": [
{
"swcID": "SWC-101",
"swcTitle": "Integer Overflow and Underflow",
"description": {
"head": "The binary subtraction can underflow.",
"tail": "The operands of the subtraction operation are not sufficiently constrained. The subtraction could therefore result in an integer underflow. Prevent the underflow by checking inputs or ensure sure that the underflow is caught by an assertion."
},
"severity": "High",
"locations": [
{
"sourceMap": "265:30:0"
}
],
"extra": {
"testCase": {
"initialState": {
"accounts": null
},
"steps": null
}
}
},
{
"swcID": "SWC-101",
"swcTitle": "Integer Overflow and Underflow",
"description": {
"head": "The binary addition can overflow.",
"tail": "The operands of the addition operation are not sufficiently constrained. The addition could therefore result in an integer overflow. Prevent the overflow by checking inputs or ensure sure that the overflow is caught by an assertion."
},
"severity": "High",
"locations": [
{
"sourceMap": "301:23:0"
}
],
"extra": {
"testCase": {
"initialState": {
"accounts": null
},
"steps": null
}
}
}
],
"sourceType": "solidity-file",
"sourceFormat": "text",
"sourceList": [
"token.sol"
],
"meta": {
"coveredInstructions": 206,
"coveredPaths": 10,
"logs": [
{
"level": "error",
"msg": "Maru:Error: Cannot find module '[email protected]'"
},
{
"level": "error",
"msg": "Maru:Error: Errors returned by the Solidity compiler. Check your code for syntax errors and that you have submitted all imports."
}
],
"selectedCompiler": "0.4.25"
}
}
],
"status": {
"apiVersion": "v1.4.14",
"harveyVersion": "0.0.18",
"maestroVersion": "1.2.10",
"maruVersion": "0.4.4",
"mythrilVersion": "0.20.4",
"queueTime": 1780,
"runTime": -1780,
"status": "Finished",
"submittedAt": "2019-04-30T13:19:34.022Z",
"submittedBy": "5c6f94cb06d17300110e3ce9",
"uuid": "b91596e7-bb47-4903-9efa-32c67a1b39be"
}
}