Beginner FriendlyFoundryNFT
100 EXP
View results
Submission Details
Severity: low
Invalid

**Message between soulmates are public**

  • Message between soulmates are public

    • Description

      • The mapping that stores the messages sent by soulmates is public. So anyone can easily see the messages.

    • Recommendation

      - mapping(uint256 id => string) public sharedSpace;
      + mapping(uint256 id => string) private sharedSpace;
Updates

Lead Judging Commences

0xnevi Lead Judge over 1 year ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity

Support

FAQs

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