VaultDepositController is using Strategy, which in tern is upgradable. However the Strategy contract is missing a vital part of it's storage system - the __gap
Without it if the contract is upgraded and a storage variable is added then this variable will push the storage slots by 1, corrupting VCS or any other contract that inherits from Strategy. This will break VCS and cause it's user to lose their funds.
If upgraded contracts storage will be corrupted, i.e. contract is bricked and users lose their funds.
Manual review.
Add gaps to all contracts that are missing it.
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.