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/controlled_delegatecall.con...

53 lines
1.3 KiB

[
{
"contract": "C",
"function": "bad_delegate_call",
"sourceMapping": [
{
"filename": "tests/controlled_delegatecall.sol",
"length": 27,
"lines": [
10
],
"start": 178
},
{
"filename": "tests/controlled_delegatecall.sol",
"length": 120,
"lines": [
8,
9,
10,
11
],
"start": 92
}
],
"vuln": "controlled_delegatecall"
},
{
"contract": "C",
"function": "bad_delegate_call2",
"sourceMapping": [
{
"filename": "tests/controlled_delegatecall.sol",
"length": 36,
"lines": [
19
],
"start": 356
},
{
"filename": "tests/controlled_delegatecall.sol",
"length": 92,
"lines": [
18,
19,
20
],
"start": 307
}
],
"vuln": "controlled_delegatecall"
}
]