code-423n4 / 2022-02-aave-lens-findings

0 stars 0 forks source link

QA Report #54

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago

2022-02-aave-lens

LensHub.sol

1 Check inputs if addresses are not empty for immutable variables in the constructor.

if (followNFTImpl == address(0) || collectNFTImpl == address(0) revert Errors.EmptyInputAdress();

https://github.com/code-423n4/2022-02-aave-lens/blob/main/contracts/core/LensHub.sol#L57-L60

Zer0dot commented 2 years ago

Included in https://github.com/aave/lens-protocol/pull/80