cargo-fuzz
cargo-fuzz copied to clipboard
Docker image with rust fuzzing tools pre-installed
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.
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.
(same)