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/external_function.external-...

46 lines
1.3 KiB

[
{
"vuln": "ExternalFunc",
"sourceMapping": {
"start": 257,
"length": 41,
"filename": "tests/external_function.sol"
},
"filename": "tests/external_function.sol",
"contract": "ContractWithFunctionNotCalled",
"func": "funcNotCalled3"
},
{
"vuln": "ExternalFunc",
"sourceMapping": {
"start": 304,
"length": 41,
"filename": "tests/external_function.sol"
},
"filename": "tests/external_function.sol",
"contract": "ContractWithFunctionNotCalled",
"func": "funcNotCalled2"
},
{
"vuln": "ExternalFunc",
"sourceMapping": {
"start": 351,
"length": 40,
"filename": "tests/external_function.sol"
},
"filename": "tests/external_function.sol",
"contract": "ContractWithFunctionNotCalled",
"func": "funcNotCalled"
},
{
"vuln": "ExternalFunc",
"sourceMapping": {
"start": 552,
"length": 304,
"filename": "tests/external_function.sol"
},
"filename": "tests/external_function.sol",
"contract": "ContractWithFunctionNotCalled2",
"func": "funcNotCalled"
}
]