Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies defeat the purpose of using rust over bash #9

Open
PatrickAlphaC opened this issue Mar 6, 2025 · 0 comments
Open

Dependencies defeat the purpose of using rust over bash #9

PatrickAlphaC opened this issue Mar 6, 2025 · 0 comments

Comments

@PatrickAlphaC
Copy link
Member

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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant