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

21 lines
571 B

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