QA Report #43
Labels
bug
Something isn't working
QA (Quality Assurance)
Assets are not at risk. State handling, function incorrect as to spec, issues with clarity, syntax
valid
QA01 Uncapped Fees
There is nothing stopping a malicious owner changing both entryFees & exitFees to 100%. Recommend having an upper limit and using that instead of 10,000 in the 2 following require checks.
NestedFactory.sol#L161
NestedFactory.sol#L169
QA02 Incomplete Natspec
MixinOperatorResolver.sol#L50 - missing @return in natspec
OwnableProxyDelegation.sol#L34 - missing @return address
OwnableProxyDelegation.sol#L55 - missing @param newOwner
BeefyZapBiswapLPVaultOperator.sol#L231 - missing @return mintedLpAmount
BeefyZapBiswapLPVaultOperator.sol#L263 - missing @param reserveA, @param reserveB, @param router, @return swapAmount
BeefyZapUniswapLPVaultOperator.sol#L231 - mising @return mintedLpAmount
BeefyZapUniswapLPVaultOperator.sol#L262 - missing @param reserveA, @param reserveB, @param router, @return swapAmount
The text was updated successfully, but these errors were encountered: