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.
48 lines
1.5 KiB
48 lines
1.5 KiB
{
|
|
"success": true,
|
|
"error": null,
|
|
"results": [
|
|
{
|
|
"check": "shadowing-abstract",
|
|
"impact": "Medium",
|
|
"confidence": "High",
|
|
"description": "DerivedContract.owner (tests/shadowing_abstract.sol#7) shadows:\n\t- BaseContract.owner (tests/shadowing_abstract.sol#2)\n",
|
|
"elements": [
|
|
{
|
|
"type": "variable",
|
|
"name": "owner",
|
|
"source_mapping": {
|
|
"start": 92,
|
|
"length": 13,
|
|
"filename_used": "/home/travis/build/crytic/slither/tests/shadowing_abstract.sol",
|
|
"filename_relative": "tests/shadowing_abstract.sol",
|
|
"filename_absolute": "/home/travis/build/crytic/slither/tests/shadowing_abstract.sol",
|
|
"filename_short": "tests/shadowing_abstract.sol",
|
|
"lines": [
|
|
7
|
|
],
|
|
"starting_column": 5,
|
|
"ending_column": 18
|
|
}
|
|
},
|
|
{
|
|
"type": "variable",
|
|
"name": "owner",
|
|
"source_mapping": {
|
|
"start": 27,
|
|
"length": 13,
|
|
"filename_used": "/home/travis/build/crytic/slither/tests/shadowing_abstract.sol",
|
|
"filename_relative": "tests/shadowing_abstract.sol",
|
|
"filename_absolute": "/home/travis/build/crytic/slither/tests/shadowing_abstract.sol",
|
|
"filename_short": "tests/shadowing_abstract.sol",
|
|
"lines": [
|
|
2
|
|
],
|
|
"starting_column": 5,
|
|
"ending_column": 18
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |