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

Openzeppelins `Address.sol` library was imported but never used in `Dussehra.sol`

Summary

The Address.sol library was imported but never used in Dussehra.sol

Vulnerability Details

The Address.sol library was imported but never used but if it were used in Dussehra.sol then only Address::sendValue function should be used to transfer funds
if Address::functionCallWithValue were used then it would revert if the target is not a contract

Impact

Unused functionalities can be safely removed, also check before implementing them since they can introduce unknown vulnerabilities

Tools Used

  1. Manual Review

  2. Foundry

Recommendations

The Address.sol library import in Dussehra.sol can be safely removed

Updates

Lead Judging Commences

bube Lead Judge over 1 year ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity
Assigned finding tags:

Info/Gas/Invalid according to docs

Support

FAQs

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