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/expected_json/uninitialized_storage_point...

21 lines
570 B

[
{
"contract": "Uninitialized",
"filename": "tests/uninitialized_storage_pointer.sol",
"function": "func",
"sourceMapping": [
{
"filename": "tests/uninitialized_storage_pointer.sol",
"length": 138,
"start": 67
},
{
"filename": "tests/uninitialized_storage_pointer.sol",
"length": 9,
"start": 171
}
],
"variable": "st_bug",
"vuln": "UninitializedStorageVars"
}
]