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.
47 lines
1.2 KiB
47 lines
1.2 KiB
[
|
|
{
|
|
"calls": [
|
|
"! (msg.sender.call.value(userBalance[msg.sender])())"
|
|
],
|
|
"contract": "Reentrancy",
|
|
"filename": "tests/reentrancy.sol",
|
|
"function": "withdrawBalance",
|
|
"send_eth": [
|
|
"! (msg.sender.call.value(userBalance[msg.sender])())"
|
|
],
|
|
"sourceMapping": [
|
|
{
|
|
"filename": "tests/reentrancy.sol",
|
|
"length": 37,
|
|
"lines": [
|
|
4
|
|
],
|
|
"start": 52
|
|
},
|
|
{
|
|
"filename": "tests/reentrancy.sol",
|
|
"length": 92,
|
|
"lines": [
|
|
17,
|
|
18,
|
|
19
|
|
],
|
|
"start": 478
|
|
},
|
|
{
|
|
"filename": "tests/reentrancy.sol",
|
|
"length": 92,
|
|
"lines": [
|
|
17,
|
|
18,
|
|
19
|
|
],
|
|
"start": 478
|
|
}
|
|
],
|
|
"varsWritten": [
|
|
"userBalance"
|
|
],
|
|
"vuln": "Reentrancy"
|
|
}
|
|
] |