QA Report #333
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
1- ’0’ address Check
Context:
HomeFi.sol#L98
**Description:**�
Also check the length of the address to protect the code from short address problem just in case.This is best practice
Proof of Concept:
https://twitter.com/samczsun/status/1554252024723546112?s=20&t=mjJTwhMQz6LS_azlM3TTWQ
Recommendation:
like this ;
require(_forwarder != address(0x0));
2- Not correct Title
Context:
ProjectFactory.sol#L73-L75
**Description:**�
createProject function is
external
, but title was written to ’EXTERNAL VIEWS’ in line74Recommendation:
Change to this title
The text was updated successfully, but these errors were encountered: