You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This list of dependencies increases the attack surface of this tool. The bash tool is only dependent on foundry, but it could be easily repurposed to remove that dependency. Adding these dependencies here isn't really an improvement. We would need to make this without some of these dependencies.
[workspace.dependencies]
semver = "1.0"alloy = { version = "0.11.1", features = ["essentials"] }
serde = { version = "1", features = ["derive"] }
clap = { version = "4.5.31", features = ["derive"] }
reqwest = { version = "0.12.2", default-features = false, features = ["blocking", "json", "rustls-tls"] }
tokio = { version = "1", features = ["full"] }
serde_json = "1"color-print = "0.3"cli-table = "0.4"sty = "0.3"
The text was updated successfully, but these errors were encountered:
This list of dependencies increases the attack surface of this tool. The bash tool is only dependent on foundry, but it could be easily repurposed to remove that dependency. Adding these dependencies here isn't really an improvement. We would need to make this without some of these dependencies.
The text was updated successfully, but these errors were encountered: