code-423n4 / 2023-01-drips-findings

0 stars 2 forks source link

QA Report #286

Closed code423n4 closed 1 year ago

code423n4 commented 1 year ago

See the markdown file with the details of this report here.

GalloDaSballo commented 1 year ago

[L] - Usage of draft-EIP712.sol in Caller.sol. recommend using EIP712.sol over the existing draft version R

[NC] - Unused imports in NC

[NC] - emitUserMetadata function in AddressDriver.sol(L166) and NFTDriver.sol(L235) is not being used anywhere. No reason why such a function should exist. NC

[L] - Reentrancy is possible if ERC777 is used as a token. But not sure if any funds can be stolen. OOS per readme

1R 2NC

c4-judge commented 1 year ago

GalloDaSballo marked the issue as grade-c