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.
34 lines
791 B
34 lines
791 B
{
|
|
"success": true,
|
|
"error": null,
|
|
"results": [
|
|
{
|
|
"check": "solc-version",
|
|
"impact": "Informational",
|
|
"confidence": "High",
|
|
"description": "Pragma version \"0.4.21\" allows old versions (None)\n",
|
|
"elements": [
|
|
{
|
|
"type": "pragma",
|
|
"name": "0.4.21",
|
|
"source_mapping": {
|
|
"start": 0,
|
|
"length": 23,
|
|
"filename_used": "old_solc.sol",
|
|
"filename_relative": null,
|
|
"filename_absolute": null,
|
|
"filename_short": null,
|
|
"lines": [],
|
|
"starting_column": null,
|
|
"ending_column": null
|
|
},
|
|
"directive": [
|
|
"solidity",
|
|
"0.4",
|
|
".21"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |