forked from limcheekin/eth-dapps-nextjs-boiletplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:limcheekin/eth-dapps-nextjs-boile…
…tplate
- Loading branch information
Showing
25 changed files
with
639 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"contract": "Greeter", | ||
"tool": "conkas", | ||
"start": 1631521158.6749918, | ||
"end": 1631521176.5830586, | ||
"duration": 17.908066749572754, | ||
"analysis": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"runs": [ | ||
{ | ||
"tool": { | ||
"driver": { | ||
"name": "Conkas", | ||
"fullDescription": { | ||
"text": "Conkas is based on symbolic execution, determines which inputs cause which program branches to execute, to find potential security vulnerabilities. Conkas uses rattle to lift bytecode to a high level representation." | ||
}, | ||
"informationUri": "https://github.com/nveloso/conkas", | ||
"rules": [], | ||
"version": "1.0.0" | ||
} | ||
}, | ||
"artifacts": [ | ||
{ | ||
"location": { | ||
"uri": "/home/runner/work/eth-dapps-nextjs-boiletplate/eth-dapps-nextjs-boiletplate/contracts/Greeter.sol" | ||
}, | ||
"sourceLanguage": "Solidity" | ||
} | ||
], | ||
"logicalLocations": [], | ||
"results": [] | ||
} | ||
], | ||
"version": "2.1.0", | ||
"$schema": "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"contract": "Greeter", | ||
"tool": "honeybadger", | ||
"start": 1631521208.3385303, | ||
"end": 1631521250.2229202, | ||
"duration": 41.884389877319336, | ||
"analysis": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"runs": [ | ||
{ | ||
"tool": { | ||
"driver": { | ||
"name": "HoneyBadger", | ||
"fullDescription": { | ||
"text": "An analysis tool to detect honeypots in Ethereum smart contracts" | ||
}, | ||
"informationUri": "https://honeybadger.uni.lu/", | ||
"rules": [], | ||
"version": "1.8.16" | ||
} | ||
}, | ||
"artifacts": [ | ||
{ | ||
"location": { | ||
"uri": "/home/runner/work/eth-dapps-nextjs-boiletplate/eth-dapps-nextjs-boiletplate/contracts/Greeter.sol" | ||
}, | ||
"sourceLanguage": "Solidity" | ||
} | ||
], | ||
"logicalLocations": [], | ||
"results": [] | ||
} | ||
], | ||
"version": "2.1.0", | ||
"$schema": "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"contract": "Greeter", | ||
"tool": "maian", | ||
"start": 1631521295.5170374, | ||
"end": 1631521320.2830822, | ||
"duration": 24.766044855117798, | ||
"analysis": { | ||
"is_lock_vulnerable": false, | ||
"is_prodigal_vulnerable": false, | ||
"is_suicidal_vulnerable": false | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"runs": [ | ||
{ | ||
"tool": { | ||
"driver": { | ||
"name": "Maian", | ||
"fullDescription": { | ||
"text": "Maian is a tool for automatic detection of buggy Ethereum smart contracts of three different types prodigal, suicidal and greedy." | ||
}, | ||
"informationUri": "https://github.com/ivicanikolicsg/MAIAN", | ||
"rules": [], | ||
"version": "5.10" | ||
} | ||
}, | ||
"artifacts": [ | ||
{ | ||
"location": { | ||
"uri": "/home/runner/work/eth-dapps-nextjs-boiletplate/eth-dapps-nextjs-boiletplate/contracts/Greeter.sol" | ||
}, | ||
"sourceLanguage": "Solidity" | ||
} | ||
], | ||
"results": [] | ||
} | ||
], | ||
"version": "2.1.0", | ||
"$schema": "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"contract": "Greeter", | ||
"tool": "manticore", | ||
"start": 1631521250.2391763, | ||
"end": 1631521270.4846642, | ||
"duration": 20.245487928390503, | ||
"analysis": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"runs": [ | ||
{ | ||
"tool": { | ||
"driver": { | ||
"name": "Manticore", | ||
"fullDescription": { | ||
"text": "Manticore is a symbolic execution tool for analysis of smart contracts and binaries." | ||
}, | ||
"informationUri": "https://github.com/trailofbits/manticore", | ||
"rules": [], | ||
"version": "0.3.5" | ||
} | ||
}, | ||
"artifacts": [ | ||
{ | ||
"location": { | ||
"uri": "/home/runner/work/eth-dapps-nextjs-boiletplate/eth-dapps-nextjs-boiletplate/contracts/Greeter.sol" | ||
}, | ||
"sourceLanguage": "Solidity" | ||
} | ||
], | ||
"results": [] | ||
} | ||
], | ||
"version": "2.1.0", | ||
"$schema": "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json" | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"contract": "Greeter", | ||
"tool": "mythril", | ||
"start": 1631521176.6078494, | ||
"end": 1631521208.3050091, | ||
"duration": 31.69715976715088, | ||
"analysis": { | ||
"success": false, | ||
"error": "Solc experienced a fatal error (code 1).\n\nError: Source file requires different compiler version\nSolidity file's requirement: \nAvailable solc versions are: ['0.5.11', '0.5.10', '0.5.9', '0.5.8', '0.5.7', '0.5.6', '0.5.5', '0.5.4', '0.5.3', '0.5.2', '0.5.1', '0.5.0', '0.4.26', '0.4.25', '0.4.24', '0.4.23', '0.4.22', '0.4.21', '0.4.20', '0.4.19', '0.4.18', '0.4.17', '0.4.16', '0.4.15', '0.4.14', '0.4.13', '0.4.12', '0.4.11', '0.4.10', '0.4.9', '0.4.8', '0.4.7', '0.4.6', '0.4.5']\n>=0.8.7\n", | ||
"issues": [] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"runs": [ | ||
{ | ||
"tool": { | ||
"driver": { | ||
"name": "Mythril", | ||
"fullDescription": { | ||
"text": "Mythril analyses EVM bytecode using symbolic analysis, taint analysis and control flow checking to detect a variety of security vulnerabilities." | ||
}, | ||
"informationUri": "https://mythx.io/", | ||
"rules": [], | ||
"version": "0.4.25" | ||
} | ||
}, | ||
"artifacts": [ | ||
{ | ||
"location": { | ||
"uri": "/home/runner/work/eth-dapps-nextjs-boiletplate/eth-dapps-nextjs-boiletplate/contracts/Greeter.sol" | ||
}, | ||
"sourceLanguage": "Solidity" | ||
} | ||
], | ||
"logicalLocations": [], | ||
"results": [] | ||
} | ||
], | ||
"version": "2.1.0", | ||
"$schema": "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"contract": "Greeter", | ||
"tool": "osiris", | ||
"start": 1631521270.581159, | ||
"end": 1631521295.492401, | ||
"duration": 24.91124176979065, | ||
"analysis": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"runs": [ | ||
{ | ||
"tool": { | ||
"driver": { | ||
"name": "Osiris", | ||
"fullDescription": { | ||
"text": "Osiris is an analysis tool to detect integer bugs in Ethereum smart contracts. Osiris is based on Oyente." | ||
}, | ||
"informationUri": "https://github.com/christoftorres/Osiris", | ||
"rules": [], | ||
"version": "1.0" | ||
} | ||
}, | ||
"artifacts": [ | ||
{ | ||
"location": { | ||
"uri": "/home/runner/work/eth-dapps-nextjs-boiletplate/eth-dapps-nextjs-boiletplate/contracts/Greeter.sol" | ||
}, | ||
"sourceLanguage": "Solidity" | ||
} | ||
], | ||
"logicalLocations": [], | ||
"results": [] | ||
} | ||
], | ||
"version": "2.1.0", | ||
"$schema": "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"contract": "Greeter", | ||
"tool": "oyente", | ||
"start": 1631521320.2999158, | ||
"end": 1631521356.7159104, | ||
"duration": 36.41599464416504, | ||
"analysis": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"runs": [ | ||
{ | ||
"tool": { | ||
"driver": { | ||
"name": "Oyente", | ||
"fullDescription": { | ||
"text": "Oyente runs on symbolic execution, determines which inputs cause which program branches to execute, to find potential security vulnerabilities. Oyente works directly with EVM bytecode without access high level representation and does not provide soundness nor completeness." | ||
}, | ||
"informationUri": "https://oyente.tech/", | ||
"rules": [], | ||
"version": "0.4.25" | ||
} | ||
}, | ||
"artifacts": [ | ||
{ | ||
"location": { | ||
"uri": "/home/runner/work/eth-dapps-nextjs-boiletplate/eth-dapps-nextjs-boiletplate/contracts/Greeter.sol" | ||
}, | ||
"sourceLanguage": "Solidity" | ||
} | ||
], | ||
"logicalLocations": [], | ||
"results": [] | ||
} | ||
], | ||
"version": "2.1.0", | ||
"$schema": "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"contract": "Greeter", | ||
"tool": "securify", | ||
"start": 1631521395.2593534, | ||
"end": 1631521433.4181097, | ||
"duration": 38.158756256103516, | ||
"analysis": null | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"runs": [], | ||
"version": "2.1.0", | ||
"$schema": "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json" | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"contract": "Greeter", | ||
"tool": "slither", | ||
"start": 1631521383.772607, | ||
"end": 1631521395.1516576, | ||
"duration": 11.379050493240356, | ||
"analysis": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"runs": [ | ||
{ | ||
"tool": { | ||
"driver": { | ||
"name": "Slither", | ||
"fullDescription": { | ||
"text": "Slither is a Solidity static analysis framework written in Python 3. It runs a suite of vulnerability detectors and prints visual information about contract details. Slither enables developers to find vulnerabilities, enhance their code comphrehension, and quickly prototype custom analyses." | ||
}, | ||
"informationUri": "https://github.com/crytic/slither", | ||
"rules": [], | ||
"version": "0.7.0" | ||
} | ||
}, | ||
"artifacts": [ | ||
{ | ||
"location": { | ||
"uri": "/home/runner/work/eth-dapps-nextjs-boiletplate/eth-dapps-nextjs-boiletplate/contracts/Greeter.sol" | ||
}, | ||
"sourceLanguage": "Solidity" | ||
} | ||
], | ||
"results": [] | ||
} | ||
], | ||
"version": "2.1.0", | ||
"$schema": "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json" | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"contract": "Greeter", | ||
"tool": "smartcheck", | ||
"start": 1631521356.7379587, | ||
"end": 1631521383.696777, | ||
"duration": 26.958818435668945, | ||
"analysis": [ | ||
{ | ||
"name": "SOLIDITY_PRAGMAS_VERSION", | ||
"patternId": "23fc32", | ||
"severity": 1, | ||
"line": 2, | ||
"column": 16, | ||
"content": ">=" | ||
}, | ||
{ | ||
"name": "SOLIDITY_VISIBILITY", | ||
"patternId": 910067, | ||
"severity": 1, | ||
"line": 11, | ||
"column": 4, | ||
"content": "constructor(){owner=msg.sender;}" | ||
}, | ||
{ | ||
"name": "SOLIDITY_VISIBILITY", | ||
"patternId": 910067, | ||
"severity": 1, | ||
"line": 24, | ||
"column": 4, | ||
"content": "constructor(stringmemory_greeting){greeting=_greeting;}" | ||
}, | ||
{ | ||
"name": "SOLIDITY_VISIBILITY", | ||
"patternId": "b51ce0", | ||
"severity": 1, | ||
"line": 8, | ||
"column": 4, | ||
"content": "addressowner;" | ||
} | ||
] | ||
} |
Oops, something went wrong.