Raisebox Faucet

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

README.md :: Setup : Build -

Root + Impact

Description

  • command to install forge-std library in new repository gives error

  • If the project is not an existing foundry project, the given forge install forge-std command gives error. Instead using forge install foundry-rs/forge-std resolves the issue.

Risk

Likelihood:

  • After cloning the repository, trying to install the dependencies.



Proof of Concept

@root@Monikakeerthana: /mnt/c/Users/Monik/OneDrive/Desktop/cyfrinupdraft/firstflights/2025-10-raisebox-faucet# **forge install forge-std**
Installing forge-std in /mnt/c/Users/Monik/OneDrive/Desktop/cyfrinupdraft/firstflights/2025-10-raisebox-faucet/lib/forge-std (url: None, tag: None)
**Error:** dependency forge-std has no url
@root@Monikakeerthana: /mnt/c/Users/Monik/OneDrive/Desktop/cyfrinupdraft/firstflights/2025-10-raisebox-faucet# **forge install foundry-rs/forge-std**
Installing forge-std in /mnt/c/Users/Monik/OneDrive/Desktop/cyfrinupdraft/firstflights/2025-10-raisebox-faucet/lib/forge-std' (url: Some("https://github.com/foundry-rs/forge-std"), tag: None)
Cloning into '/mnt/c/Users/Monik/OneDrive/Desktop/cyfrinupdraft/firstflights/2025-10-raisebox-faucet/lib/forge-std' ...
remote: Enumerating objects: 2270, done.
remote: Counting objects: 100% (1122/1122), done.
remote: Compressing objects: 100% (177/177), done.
remote: Total 2270 (delta 1034), reused 945 (delta 945), pack-reused 1148 (from 2)
Receiving objects: 100% (2270/2270), 734.99 KiB | 2.87 MiB/s, done.
Resolving deltas: 100% (1519/1519), done.
fatal: please make sure that the .gitmodules file is in the working tree
**Error: git submodule exited with code 128**

Recommended Mitigation

forge install foundry-rs/forge-std
Updates

Lead Judging Commences

inallhonesty Lead Judge 14 days ago
Submission Judgement Published
Invalidated
Reason: Out of scope

Support

FAQs

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