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
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?
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.
The text was updated successfully, but these errors were encountered:
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
notcargo-fuzz
since it does include more than just cargo-fuzz.The text was updated successfully, but these errors were encountered: