t11s

Results 112 issues of t11s

seize strategy is rly unsafe imo, consider removing. regardless, this line can cause underflow in totalHoldings. should change to `if (lockedProfit() > totalStrategyHoldings - strategyBalance)` https://github.com/Rari-Capital/vaults/blob/2edd5eb011553af0a9de78d18132fe07c8d841e8/src/Vault.sol#L856

major underflow here, cannot do in unchecked. https://github.com/Rari-Capital/vaults/blob/2edd5eb011553af0a9de78d18132fe07c8d841e8/src/Vault.sol#L372

not sure this is actually sound cuz balances are uint248s