You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Funnel contract uses the functionality of the external solmate contracts, which are out of the scope and whose description states that it is an experimental software.
Therefore, their secureness may not be guaranteed, and their usage may lead to unexpected behavior.
Path
./src/Funnel.sol : ERC20, SafeTransferLib
Recommendation
Interact only with trusted contracts, validate results after calling outer contracts.
Status
New
The text was updated successfully, but these errors were encountered:
The Funnel contract uses the functionality of the external solmate contracts, which are out of the scope and whose description states that it is an experimental software.
Therefore, their secureness may not be guaranteed, and their usage may lead to unexpected behavior.
Path
./src/Funnel.sol : ERC20, SafeTransferLib
Recommendation
Interact only with trusted contracts, validate results after calling outer contracts.
Status
New
The text was updated successfully, but these errors were encountered: