DatingDapp

First Flight #33
Beginner FriendlyFoundrySolidityNFT
100 EXP
View results
Submission Details
Severity: low
Invalid

LikeRegistry: MultiSig Wallet Address Not Visible to Users

[High] LikeRegistry: MultiSig Wallet Address Not Visible to Users

Users cannot find their MultiSig wallet address after matching.

Impact: Users may lose access to their matched funds.

Proof of Concept:

function matchRewards(address from, address to) internal {
MultiSigWallet multiSigWallet = new MultiSigWallet(from, to);
// Users have no way to find their MultiSig wallet address
}

Recommended Mitigation: Add mapping and event:

mapping(address => mapping(address => address)) public userMultiSigs;
event MatchedWithMultiSig(address indexed user1, address indexed user2, address multiSig);
Updates

Appeal created

n0kto Lead Judge 7 months ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity
Assigned finding tags:

Informational or Gas

Please read the CodeHawks documentation to know which submissions are valid. If you disagree, provide a coded PoC and explain the real likelyhood and the detailed impact on the mainnet without any supposition (if, it could, etc) to prove your point.

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.