RustFund

First Flight #36
Beginner FriendlyRust
100 EXP
View results
Submission Details
Severity: low
Invalid

Typo in Variable Name

Summary : Typo in Variable Name

Vulnerability Details: In the code base, the variable dealine_set contains a typo and should be corrected to deadline_set.

Impact: This naming inconsistency could lead to confusion during code review and maintenance. It affects the readability and understandability of the code, potentially causing misinterpretations of its functionality by developers working on the project.

Recommendations

  • Rename dealine_set to deadline_set in the Fund struct and all related functions.

  • Update all references to maintain consistency throughout the codebase.

Updates

Appeal created

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

[Invalid] Wrong naming of `deadline_set`

This is strong informational finding, there is no impact for the protocol. The variable is the same on all places.

Support

FAQs

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