NFTBridge
60,000 USDC
View results
Submission Details
Severity: low
Invalid

IStarklane.sol - SWC-131: Ensure implementing contracts validate all , SWC-116: Ensure events are correctly triggered in implementations.

  • Summary: Interface file, defines core functionalities.

  • Vulnerability Details:

    • Interface Requirements: SWC-131: Ensure implementing contracts validate all parameters.

      function bridgeTokens(uint256 amount) external;

      Line: 12

  • Impact: Indirect, based on the implementation in derived contracts.

  • Tools Used: Manual code inspection.

  • Recommendations:

    • Implementation Fix: Implement input validation in derived contracts.

4. IStarklaneEvent.sol

  • Summary: Interface for events, defines event structures.

  • Vulnerability Details:

    • Event Emission: SWC-116: Ensure events are correctly triggered in implementations.

      event TokensBridged(address indexed from, uint256 amount);

      Line: 8

  • Impact: Indirect, depending on event implementation.

  • Tools Used: Manual code inspection.

  • Recommendations:

    • Event Fix: Implement appropriate event handling in derived contracts.

Updates

Lead Judging Commences

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

Informational / Gas

Please, do not suppose impacts, think about the real impact of the bug and check the CodeHawks documentation to confirm: https://docs.codehawks.com/hawks-auditors/how-to-determine-a-finding-validity A PoC always helps to understand the real impact possible.

Support

FAQs

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