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.
66 lines
2.0 KiB
66 lines
2.0 KiB
{
|
|
"success": true,
|
|
"error": null,
|
|
"results": {
|
|
"detectors": [
|
|
{
|
|
"check": "pragma",
|
|
"impact": "Informational",
|
|
"confidence": "High",
|
|
"description": "Different versions of Solidity is used in :\n\t- Version used: ['^0.4.23', '^0.4.24']\n\t- tests/pragma.0.4.23.sol#1 declares pragma solidity^0.4.23\n\t- tests/pragma.0.4.24.sol#1 declares pragma solidity^0.4.24\n",
|
|
"elements": [
|
|
{
|
|
"type": "pragma",
|
|
"name": "^0.4.23",
|
|
"source_mapping": {
|
|
"start": 0,
|
|
"length": 24,
|
|
"filename_used": "/home/travis/build/crytic/slither/tests/pragma.0.4.23.sol",
|
|
"filename_relative": "tests/pragma.0.4.23.sol",
|
|
"filename_absolute": "/home/travis/build/crytic/slither/tests/pragma.0.4.23.sol",
|
|
"filename_short": "tests/pragma.0.4.23.sol",
|
|
"lines": [
|
|
1
|
|
],
|
|
"starting_column": 1,
|
|
"ending_column": 25
|
|
},
|
|
"type_specific_fields": {
|
|
"directive": [
|
|
"solidity",
|
|
"^",
|
|
"0.4",
|
|
".23"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "pragma",
|
|
"name": "^0.4.24",
|
|
"source_mapping": {
|
|
"start": 0,
|
|
"length": 24,
|
|
"filename_used": "/home/travis/build/crytic/slither/tests/pragma.0.4.24.sol",
|
|
"filename_relative": "tests/pragma.0.4.24.sol",
|
|
"filename_absolute": "/home/travis/build/crytic/slither/tests/pragma.0.4.24.sol",
|
|
"filename_short": "tests/pragma.0.4.24.sol",
|
|
"lines": [
|
|
1
|
|
],
|
|
"starting_column": 1,
|
|
"ending_column": 25
|
|
},
|
|
"type_specific_fields": {
|
|
"directive": [
|
|
"solidity",
|
|
"^",
|
|
"0.4",
|
|
".24"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |