Raisebox Faucet

First Flight #50
Beginner FriendlySolidity
100 EXP
View results
Submission Details
Impact: low
Likelihood: low
Invalid

SPDX License Typo Mistake

Root + Impact

Description

  • Incorrect spelling in license identifier

@> // SPDX-Lincense-Identifier: MIT

Risk

Likelihood:

  • Solidity compilers and automated auditing tools may flag warnings or ignore the license, reducing code professionalism and audit clarity.

Impact:

  • Blockchain explorers (like Etherscan) may fail to recognize the license, leading to verification or metadata rejection.

Proof of Concept

None

Recommended Mitigation

- // SPDX-License-Identifier: SEE LICENSE IN LICENSE
+ // SPDX-License-Identifier: SEE LICENSE IN LICENSE
Updates

Lead Judging Commences

inallhonesty Lead Judge 6 days ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity

Support

FAQs

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