DeFiFoundry
50,000 USDC
View results
Submission Details
Severity: low
Invalid

The setup document is missing

Description: In the README.md file, under the Setup section, the description for forge install is missing the @perimetersec/fuzzlib package. This causes the source code to fail to run despite following the instructions.

Proof of Concept:

git clone https://github.com/CodeHawks-Contests/2025-02-gamma.git
cd 2025-02-gamma
yarn install
forge install // missing document
forge build

Recommended Mitigation:

git clone https://github.com/CodeHawks-Contests/2025-02-gamma.git
cd 2025-02-gamma
yarn install
- forge install
+ forge install @perimetersec/fuzzlib --no-commit
forge build
Updates

Lead Judging Commences

n0kto Lead Judge 9 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.

Give us feedback!