javafuzz
javafuzz copied to clipboard
coverage guided fuzz testing for java
Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Addresses #3.
Consider changing these instances of `Byte` to `Integer`: https://github.com/fuzzitdev/javafuzz/blob/342735adbed192870e61dd12342c8a1f94bc0519/core/src/main/java/dev/fuzzit/javafuzz/core/Corpus.java#L322 and eliminating this cast: https://github.com/fuzzitdev/javafuzz/blob/342735adbed192870e61dd12342c8a1f94bc0519/core/src/main/java/dev/fuzzit/javafuzz/core/Corpus.java#L325 It is easy to overflow a `Byte`. Moreover, because a `Byte` is signed, an overflow can...
When attempting to run our fuzz test suite remotely all of our jobs are failing with the following message: ``` 020/02/25 14:18:11 Running fuzzing with: [-jar zest-cli.jar --exit-on-crash --exact-crash-path=artifact --libfuzzer-compat-output...