Submitted by t0x1c, also found by anchabadze, Aristos, falconhoof, harsh123, hezze, NexusAudits, and RaOne
https://github.com/code-423n4/2025-03-silo-finance/blob/main/silo-vaults/contracts/SiloVault.sol#L569
https://github.com/code-423n4/2025-03-silo-finance/blob/main/silo-vaults/contracts/SiloVault.sol#L942
None of these actions allow the user to specify any acceptable slippage or deadline.
Additionally, theres a risk of transactions getting stuck in the mempool during periods of network congestion and hence deadline protection is needed.
User may recieve less than expected shares or assets due to unfavourable price movement or execution delays.
Allow the user to specify paramaters like minShares, minAssets while calling these functions.
IhorSF (Silo Finance) disputed
