-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Description
From @pcaversaccio
1
- Detector arbitrary-send-eth is correctly found here: https://github.com/pcaversaccio/createx/blob/62c04b1f614b3dbe577980fa761de0fe132e0613/src/CreateX.sol#L159
- But it doesn't detect it here: https://github.com/pcaversaccio/createx/blob/62c04b1f614b3dbe577980fa761de0fe132e0613/src/CreateX.sol#L374 and here https://github.com/pcaversaccio/createx/blob/62c04b1f614b3dbe577980fa761de0fe132e0613/src/CreateX.sol#L694
2
- The same line allows actually for reentrancy: https://github.com/pcaversaccio/createx/blob/62c04b1f614b3dbe577980fa761de0fe132e0613/src/CreateX.sol#L159 but it doesn't get detected (I only exclude reentrancy-events in the config)
pcaversaccio