Raisebox Faucet

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

Typo in SPDX license identifier

Author Revealed upon completion

Root + Impact


Description

  • The SPDX license identifier is intended to specify the license under which the smart contract code is released, ensuring legal clarity and compliance.

  • The issue is a typo in the license identifier comment, where SPDX-Lincense-Identifier is used instead of the correct SPDX-License-Identifier, potentially causing confusion or failing automated compliance checks.

// @> //SPDX-Lincense-Identifier: MIT

Risk

Likelihood:

  • During code reviews or automated tooling scans

When publishing the contract to public repositories

Impact:

  • May lead to misinterpretation of licensing terms

Could result in failed compliance or audit validation

Recommended Mitigation

- //SPDX-Lincense-Identifier: MIT
+ // SPDX-License-Identifier: MIT

Support

FAQs

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