I've been contacted by fuzzit.dev and they have been generous enough to provide us with 4 cpus for fuzzing 24/7. This opens up the question for payloads and/or corpus. The integration on their side is largely based on libfuzzing/cargo-fuzz. It is possible to switch the binaries at any time. Integration of regression tests with the corpus into CI would also be useful, automatic creation of fuzzing binaries requires use of a private API key of course and could be done for the master branch at fixed intervals as well (there's a cronjob on Travis for image for example).
@fintelia Due to this being an administrative action. Also, I should add you to the organization on fuzzit. Gitter for chat if there are questions besides the decision of fuzzing binaries.
I've been contacted by
fuzzit.dev
and they have been generous enough to provide us with 4 cpus for fuzzing 24/7. This opens up the question for payloads and/or corpus. The integration on their side is largely based onlibfuzzing
/cargo-fuzz
. It is possible to switch the binaries at any time. Integration of regression tests with the corpus into CI would also be useful, automatic creation of fuzzing binaries requires use of a private API key of course and could be done for the master branch at fixed intervals as well (there's a cronjob on Travis forimage
for example).@fintelia Due to this being an administrative action. Also, I should add you to the organization on fuzzit. Gitter for chat if there are questions besides the decision of fuzzing binaries.