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.
31 lines
800 B
31 lines
800 B
6 years ago
|
[
|
||
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|