code-423n4 / 2021-11-badgerzaps-findings

0 stars 0 forks source link

public function that could be set external instead #61

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago

Handle

pants

Vulnerability details

The function deposit(uint256[4] calldata _amounts) public whenNotPaused could be set external instead of public. (in IbbtcVaultZap)

GalloDaSballo commented 2 years ago

Agree with the finding