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_local_variabl...

31 lines
800 B

[
{
"contract": "Uninitialized",
"filename": "tests/uninitialized_local_variable.sol",
"function": "func",
"sourceMapping": [
{
"filename": "tests/uninitialized_local_variable.sol",
"length": 18,
"lines": [
4
],
"start": 77
},
{
"filename": "tests/uninitialized_local_variable.sol",
"length": 143,
"lines": [
3,
4,
5,
6,
7
],
"start": 29
}
],
"variable": "uint_not_init",
"vuln": "UninitializedLocalVars"
}
]