DatingDapp

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

[L-1]: Centralization Risk for trusted owners

Contracts have owners with privileged rights to perform admin tasks and need to be trusted to not perform malicious updates or drain funds.

4 Found Instances
  • Found in src/LikeRegistry.sol Line: 11

    contract LikeRegistry is Ownable {
  • Found in src/LikeRegistry.sol Line: 122

    function withdrawFees() external onlyOwner {
  • Found in src/SoulboundProfileNFT.sol Line: 10

    contract SoulboundProfileNFT is ERC721, Ownable {
  • Found in src/SoulboundProfileNFT.sol Line: 77

    function blockProfile(address blockAddress) external onlyOwner {
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.