deposit() in Staking.sol does not check return value for transferFrom().
transferFrom() can return false. The contract will proceed to update user's mapping without actually receiving funds.
User can drain the protocol of all WETH from claim().
Manual Review
Consider using SafeERC20 library from OZ. Or make sure returned value is true. If not, revert().
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.