jazzer
jazzer copied to clipboard
Coverage-guided, in-process fuzzing for the JVM
Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.25.2 to 3.25.5. Commits 9d0ec0f Updating version.json and repo version numbers to: 25.5 4a197e7 Merge pull request #18387 from protocolbuffers/cp-lp-25 b5a7cf7 Remove RecursiveGroup test case which doesn't...
## Version Jazzer JUnit 0.24.0 ## Description It seems the `FuzzedDataProvider` methods for producing a value within a `[min, max]` range, such as `consumeInt`, return results outside that range when...
- uses [GitHub Markdown alerts](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts) to format notes - extends JUnit integration documentation - mention limitation of fuzzing mode only running one fuzz test (see also #599); documentation was previously...
Right now it appears the only released Linux binary is for x86_64. It would be great if the project was also compiled and released for linux aarch64 / arm. Thank...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.github.jsqlparser:jsqlparser](https://redirect.github.com/JSQLParser/JSqlParser) | `4.9` -> `5.3` |  |  | | [com.google.errorprone:error_prone_annotations](https://errorprone.info) ([source](https://redirect.github.com/google/error-prone))...
> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Type | Update | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/CodeIntelligenceTesting/jazzer). ## Open The following updates have all...
### Description Originally mentioned in https://github.com/CodeIntelligenceTesting/jazzer/pull/1024#issuecomment-3628949541 Autofuzz generates invalid code for multi-dimensional arrays such as `int[][]`. The Jazzer code uses `Class#getName` during code generation, however for arrays that uses the...
### Version jazzer-junit 0.28.0 ### Description When a `@FuzzTest` takes only a single `byte[]` parameter but that parameter is annotated with mutation framework annotations (e.g. `@WithLength`), it is nonetheless treated...