https://github.com/code-423n4/2024-12-bakerfi/blob/0daf8a0547b6245faed5b6cd3f5daf44d2ea7c9a/contracts/core/VaultRouter.sol#L93-L128
The VaultRouter has no commands to call Vaults depositNative, withdrawNative, and redeemNative functions, making these functions uncallable.
While VaultBases deposit and withdrawal functions can only be called by whitelisted addresses, and VaultRouter is expected to be whitelisted, the VaultRouter does not have commands to call Vaults depositNative, withdrawNative, and redeemNative functions. Therefore, these functions cannot be called in practice.
Add commands to call depositNative, withdrawNative, and redeemNative functions in VaultRouter.
