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

Docker image with rust fuzzing tools pre-installed #318

Open
evanrichter opened this issue Aug 5, 2022 · 2 comments
Open

Docker image with rust fuzzing tools pre-installed #318

evanrichter opened this issue Aug 5, 2022 · 2 comments

Comments

@evanrichter
Copy link
Contributor

Is there is any interest in hosting an (official) rust-fuzz docker image with things like cargo-fuzz and afl-rs pre-installed and keeping up with the latest nightly rust?

I set up a repo for it here for reference: https://github.com/evanrichter/docker-cargo-fuzz

It's been working well for me, but I think folks should be wary when downloading random people's docker images, so an official one would probably have more usage.

My current image rebuilds and publishes the image to ghcr.io every week, but that can be adjusted. I would like to figure out tagged releases, as not all nightlies ship with e.g. Miri, or a working rust-analyzer, and it might be nice to only push when the nightly release is "fully" supported so to speak.

I should also add honggfuzz-rs.

The image should probably be named rust-fuzz not cargo-fuzz since it does include more than just cargo-fuzz.

@fitzgen
Copy link
Member

fitzgen commented Aug 5, 2022

I don't personally use docker so I'm not really in a position to say whether this would be generally valuable, nor in a position to help maintain it.

@Manishearth
Copy link
Member

(same)

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

3 participants