Raisebox Faucet

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

License Identifier Typo

Author Revealed upon completion

Description:
Both contract files contain a typo in the SPDX license identifier: "Lincense" instead of "License".

Impact:
While not a security vulnerability, this could cause compilation warnings or issues with automated tools that parse license information.

Proof of Concept:

// Current (incorrect):
// SPDX-Lincense-Identifier: MIT
// Should be:
// SPDX-License-Identifier: MIT

Mitigation:
Correct the typo in both files:

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

Support

FAQs

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