-
Notifications
You must be signed in to change notification settings - Fork 0
/
result-maian-simple_dao.sol.sarif
63 lines (63 loc) · 2.2 KB
/
result-maian-simple_dao.sol.sarif
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
{
"$schema": "https://json.schemastore.org/sarif-2.1.0.json",
"runs": [
{
"results": [
{
"locations": [
{
"message": {
"text": "contract SimpleDAO"
},
"physicalLocation": {
"artifactLocation": {
"uri": "simple_dao.sol"
}
}
}
],
"message": {
"text": "Not destructible (no self-destruct)"
},
"ruleId": "maian_Not_destructible_no_self_destruct"
},
{
"locations": [
{
"message": {
"text": "contract SimpleDAO"
},
"physicalLocation": {
"artifactLocation": {
"uri": "simple_dao.sol"
}
}
}
],
"message": {
"text": "No Ether lock (Ether refused)"
},
"ruleId": "maian_No_Ether_lock_Ether_refused"
}
],
"tool": {
"driver": {
"informationUri": "https://github.com/smartbugs/MAIAN",
"name": "Maian",
"rules": [
{
"id": "maian_Not_destructible_no_self_destruct",
"name": "Not destructible (no self-destruct)"
},
{
"id": "maian_No_Ether_lock_Ether_refused",
"name": "No Ether lock (Ether refused)"
}
],
"version": "#4bab09a"
}
}
}
],
"version": "2.1.0"
}