Static Analyzer for Solidity
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.
 
 
 
 
slither/tests/detectors/pragma/pragma.0.4.24.sol.0.4.25.Co...

66 lines
2.8 KiB

[
[
{
"elements": [
{
"type": "pragma",
"name": "^0.4.23",
"source_mapping": {
"start": 0,
"length": 24,
"filename_used": "/GENERIC_PATH",
"filename_relative": "tests/detectors/pragma/pragma.0.4.23.sol",
"filename_absolute": "/GENERIC_PATH",
"filename_short": "tests/detectors/pragma/pragma.0.4.23.sol",
"is_dependency": false,
"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": "/GENERIC_PATH",
"filename_relative": "tests/detectors/pragma/pragma.0.4.24.sol",
"filename_absolute": "/GENERIC_PATH",
"filename_short": "tests/detectors/pragma/pragma.0.4.24.sol",
"is_dependency": false,
"lines": [
1
],
"starting_column": 1,
"ending_column": 25
},
"type_specific_fields": {
"directive": [
"solidity",
"^",
"0.4",
".24"
]
}
}
],
"description": "Different versions of Solidity is used in :\n\t- Version used: ['^0.4.23', '^0.4.24']\n\t- ^0.4.23 (tests/detectors/pragma/pragma.0.4.23.sol#1)\n\t- ^0.4.24 (tests/detectors/pragma/pragma.0.4.24.sol#1)\n",
"markdown": "Different versions of Solidity is used in :\n\t- Version used: ['^0.4.23', '^0.4.24']\n\t- [^0.4.23](tests/detectors/pragma/pragma.0.4.23.sol#L1)\n\t- [^0.4.24](tests/detectors/pragma/pragma.0.4.24.sol#L1)\n",
"id": "1379d7b43e8c8bc939547079131e06fc888bb82740880718f8ff3409a6d5173e",
"check": "pragma",
"impact": "Informational",
"confidence": "High"
}
]
]