Emily Selwood
Emily Selwood
The documentation on the examples leaves a bit to be desired. It should only be necessary to look at one of the examples (the one for the thing you are...
It would be useful to have functions to convert index objects into lat and lon coordinates using the images metadata.
A plug in for SBT would be helpful for projects that are built using sbt rather than maven or gradle.
It may be helpful to track down failure cases if the coverage data was saved along with the stack trace and the input.
This may be a way to deal with the distributed fuzzing problem nicely. Ideally this would be another maven target that creates a docker file that copies the project into...
Currently the failed runs that cover new code paths don't get added to the corpus. We should probably add them as it might be possible to get to more interesting...
Use a real robust set of code rather than our Arguments classes. Open to suggestions here.
This is a really big task. We will need to split this down. We should have a server that generates test cases and a client that can connect and process...
It is sometimes helpful to be able to run a single look of a fuzz test to prove the code works. An easy way to do this is create a...
We need a tool to go through the corpus and reduce it to a minimal set that covers all the possible code paths. This should be possible with the coverage...