TwentyOne

First Flight #29
Beginner FriendlyGameFiFoundrySolidity
100 EXP
View results
Submission Details
Severity: low
Invalid

Incorrect Foundry SetUp

Summary:

Foundry is not setup correctly in the repo

Vulnerability Details:

The below is the setup procedure according to the project README

git clone https://github.com/Cyfrin/2024-11-twentyone.git
cd 2024-11-twentyone
forge build

But because the repo lacks a lib, there is an indication that Foundry was not setup properly.

Impact:

forge buildwill always fail because the repo lacks the basic foundry structure.

This finding does not have impact on the protocol... it is just extra headache for the researcher.

Recommendations:

  • Run the below command:

forge init --force .
  • Delete unnecessary files

  • Edit the READMEfile

Updates

Lead Judging Commences

inallhonesty Lead Judge 11 months ago
Submission Judgement Published
Invalidated
Reason: Out of scope

Support

FAQs

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