dependabot[bot] opened a new pull request, #1038: URL: https://github.com/apache/poi/pull/1038
Bumps [com.code-intelligence:jazzer-api](https://github.com/CodeIntelligenceTesting/jazzer) from 0.22.0 to 0.30.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/CodeIntelligenceTesting/jazzer/releases">com.code-intelligence:jazzer-api's releases</a>.</em></p> <blockquote> <h2>v0.30.0</h2> <h2>What's Changed</h2> <ul> <li>fix: Use getCanonicalName() for array codegen in autofuzz reproducers by <a href="https://github.com/kyakdan"><code>@kyakdan</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/1043">CodeIntelligenceTesting/jazzer#1043</a></li> <li>feat: add exploreState(byte) overload with auto-generated call-site id by <a href="https://github.com/kyakdan"><code>@kyakdan</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/1032">CodeIntelligenceTesting/jazzer#1032</a></li> <li>feat: Maximize API by <a href="https://github.com/kyakdan"><code>@kyakdan</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/1036">CodeIntelligenceTesting/jazzer#1036</a></li> <li>feat: Add minimize API by <a href="https://github.com/kyakdan"><code>@kyakdan</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/1038">CodeIntelligenceTesting/jazzer#1038</a></li> <li>feat: Enable exploreState without value profile by <a href="https://github.com/kyakdan"><code>@kyakdan</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/1037">CodeIntelligenceTesting/jazzer#1037</a></li> <li>feat: add hooks for Set.contains & Set.remove by <a href="https://github.com/onionpsy"><code>@onionpsy</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/1030">CodeIntelligenceTesting/jazzer#1030</a></li> <li>feat: add hook for Enum.valueOf by <a href="https://github.com/onionpsy"><code>@onionpsy</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/1031">CodeIntelligenceTesting/jazzer#1031</a></li> <li>feat: add float/double comparison tracking to instrumentor by <a href="https://github.com/kyakdan"><code>@kyakdan</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/1045">CodeIntelligenceTesting/jazzer#1045</a></li> <li>feat: add <a href="https://github.com/ElementOf"><code>@ElementOf</code></a> annotation by <a href="https://github.com/simonresch"><code>@simonresch</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/1028">CodeIntelligenceTesting/jazzer#1028</a></li> <li>feat: extend ValuePool by new fields : files, and maxMutations by <a href="https://github.com/oetr"><code>@oetr</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/1033">CodeIntelligenceTesting/jazzer#1033</a></li> <li>feat: ValuePool can now reference suppliers in any class by <a href="https://github.com/oetr"><code>@oetr</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/1046">CodeIntelligenceTesting/jazzer#1046</a></li> <li>chore: update internal jacoco version to 0.8.14 by <a href="https://github.com/simonresch"><code>@simonresch</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/1047">CodeIntelligenceTesting/jazzer#1047</a></li> <li>chore: disable FilePathTraversal in an autofuzz test by <a href="https://github.com/oetr"><code>@oetr</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/1042">CodeIntelligenceTesting/jazzer#1042</a></li> <li>chore: increase test timeout for the selffuzz test by <a href="https://github.com/oetr"><code>@oetr</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/1040">CodeIntelligenceTesting/jazzer#1040</a></li> <li>chore: update bazel dependencies by <a href="https://github.com/simonresch"><code>@simonresch</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/1041">CodeIntelligenceTesting/jazzer#1041</a></li> <li>chore(deps): update maven deps by <a href="https://github.com/simonresch"><code>@simonresch</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/1039">CodeIntelligenceTesting/jazzer#1039</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/CodeIntelligenceTesting/jazzer/compare/v0.29.1...v0.30.0">https://github.com/CodeIntelligenceTesting/jazzer/compare/v0.29.1...v0.30.0</a></p> <h2>v0.29.1</h2> <h2>What's Changed</h2> <ul> <li>fix: use user-friendly type names in exception messages by <a href="https://github.com/Marcono1234"><code>@Marcono1234</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/1024">CodeIntelligenceTesting/jazzer#1024</a></li> <li>fix: support lists of arbitrary types by <a href="https://github.com/oetr"><code>@oetr</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/1020">CodeIntelligenceTesting/jazzer#1020</a></li> <li>Add missing space to annotation error message by <a href="https://github.com/fmeum"><code>@fmeum</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/1023">CodeIntelligenceTesting/jazzer#1023</a></li> <li>feat: add char and Character mutator by <a href="https://github.com/oetr"><code>@oetr</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/1019">CodeIntelligenceTesting/jazzer#1019</a></li> <li>feat: SSRF env var to allow all connections before it's configured by <a href="https://github.com/oetr"><code>@oetr</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/1018">CodeIntelligenceTesting/jazzer#1018</a></li> <li>feat: sometimes interpret char[] mutations as single bytes by <a href="https://github.com/florianGla"><code>@florianGla</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/1013">CodeIntelligenceTesting/jazzer#1013</a></li> <li>chore: fix maven publishing script by <a href="https://github.com/simonresch"><code>@simonresch</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/1029">CodeIntelligenceTesting/jazzer#1029</a></li> <li>chore(deps): update bazel dependencies by <a href="https://github.com/simonresch"><code>@simonresch</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/1015">CodeIntelligenceTesting/jazzer#1015</a></li> <li>chore: reduce number of executions in selffuzz test by <a href="https://github.com/simonresch"><code>@simonresch</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/1025">CodeIntelligenceTesting/jazzer#1025</a></li> <li>docs: add trophies for lz4-java and aircompressor findings by <a href="https://github.com/simonresch"><code>@simonresch</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/1027">CodeIntelligenceTesting/jazzer#1027</a></li> <li>trophies: add entry for lz4-java by <a href="https://github.com/Marcono1234"><code>@Marcono1234</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/1021">CodeIntelligenceTesting/jazzer#1021</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/CodeIntelligenceTesting/jazzer/compare/v0.28.0...v0.29.1">https://github.com/CodeIntelligenceTesting/jazzer/compare/v0.28.0...v0.29.1</a></p> <p>Note: There is no release for <a href="https://github.com/CodeIntelligenceTesting/jazzer/releases/tag/v0.29.0">v0.29.0</a> due to a bug in the release pipeline.</p> <h2>v0.28.0</h2> <h2>What's Changed</h2> <ul> <li>feat: add <code>@ValuePool</code> to propagate values to types by <a href="https://github.com/oetr"><code>@oetr</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/975">CodeIntelligenceTesting/jazzer#975</a></li> <li>feat: add mutator support for generic classes by <a href="https://github.com/simonresch"><code>@simonresch</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/1008">CodeIntelligenceTesting/jazzer#1008</a></li> <li>fix: handle null values in Arrays.equal/compare hooks by <a href="https://github.com/simonresch"><code>@simonresch</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/1017">CodeIntelligenceTesting/jazzer#1017</a></li> <li>chore: almost automatic release to Maven Central by <a href="https://github.com/oetr"><code>@oetr</code></a> in <a href="https://redirect.github.com/CodeIntelligenceTesting/jazzer/pull/1016">CodeIntelligenceTesting/jazzer#1016</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/CodeIntelligenceTesting/jazzer/compare/v0.27.0...v0.28.0">https://github.com/CodeIntelligenceTesting/jazzer/compare/v0.27.0...v0.28.0</a></p> <h2>v0.27.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/CodeIntelligenceTesting/jazzer/commit/dd9416b74d263b56fc848cd782b061baf5f962a6"><code>dd9416b</code></a> refactor: use CountersTracker instead of value profiling in exploreState</li> <li><a href="https://github.com/CodeIntelligenceTesting/jazzer/commit/204e4006026ccfbb34e9eb91e90fa3c3580c7b56"><code>204e400</code></a> docs: improve ValuePool documentation</li> <li><a href="https://github.com/CodeIntelligenceTesting/jazzer/commit/0745dacb41140beef15748d4550bf407958ae0dc"><code>0745dac</code></a> feat: ValuePool can now reference suppliers in any class</li> <li><a href="https://github.com/CodeIntelligenceTesting/jazzer/commit/24216806fadbd917e45fabcdb7b33a5abbf4e4e9"><code>2421680</code></a> feat: add fuzz test example for minimize</li> <li><a href="https://github.com/CodeIntelligenceTesting/jazzer/commit/c61a728c64cd7937e756a15c7e4033e5bdf7bd83"><code>c61a728</code></a> feat: add minimize API</li> <li><a href="https://github.com/CodeIntelligenceTesting/jazzer/commit/305c6e25ed98a00e38d830dbfb3462f6ad37951a"><code>305c6e2</code></a> feat: add float/double comparison tracking to instrumentor</li> <li><a href="https://github.com/CodeIntelligenceTesting/jazzer/commit/41ae1694f497ba3a792ff2448e72f4584735702f"><code>41ae169</code></a> chore: update internal jacoco version to 0.8.14</li> <li><a href="https://github.com/CodeIntelligenceTesting/jazzer/commit/1c0deb4edc980758c37745354689a59ff51fe8df"><code>1c0deb4</code></a> feat: add maximize() hill-climbing API to Jazzer</li> <li><a href="https://github.com/CodeIntelligenceTesting/jazzer/commit/2b9e7886d2e2da68e2f97adaecb601f38247f3e6"><code>2b9e788</code></a> feat: add JazzerApiException for API error handling</li> <li><a href="https://github.com/CodeIntelligenceTesting/jazzer/commit/f9328547a105229de4db71241a162241ea11b48b"><code>f932854</code></a> feat: add ExtraCountersTracker for generic coverage counter management</li> <li>Additional commits viewable in <a href="https://github.com/CodeIntelligenceTesting/jazzer/compare/v0.22.0...v0.30.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
