code-423n4 / 2024-02-althea-liquid-infrastructure-findings

3 stars 1 forks source link

zero address check #749

Closed c4-bot-2 closed 9 months ago

c4-bot-2 commented 9 months ago

Lines of code

https://github.com/code-423n4/2024-02-althea-liquid-infrastructure/blob/bd6ee47162368e1999a0a5b8b17b701347cf9a7d/liquid-infrastructure/contracts/LiquidInfrastructureERC20.sol#L418

Vulnerability details

Impact

nft can be lost if sent to a zero address

Tools Used

manual

Recommended Mitigation Steps

zero address check before the transfer of nft

Assessed type

ERC721

c4-pre-sort commented 9 months ago

0xRobocop marked the issue as duplicate of #758

c4-pre-sort commented 9 months ago

0xRobocop marked the issue as insufficient quality report

c4-judge commented 8 months ago

0xA5DF marked the issue as unsatisfactory: Out of scope