Bump jazzer.version from 0.24.0 to 0.26.0 in /log4j-parent
Bumps jazzer.version from 0.24.0 to 0.26.0.
Updates com.code-intelligence:jazzer from 0.24.0 to 0.26.0
Release notes
Sourced from com.code-intelligence:jazzer's releases.
v0.26.0
What's Changed
- feat: add linux arm64 support by
@simonreschin CodeIntelligenceTesting/jazzer#973- feat: add Finite annotation by
@onionpsyin CodeIntelligenceTesting/jazzer#969- feat: add additional number annotations by
@florianGlain CodeIntelligenceTesting/jazzer#959- feat: dedicated options for fuzzing duration & executions by
@simonreschin CodeIntelligenceTesting/jazzer#956- fix: update regex for detecting intellij coverage agent by
@florianGlain CodeIntelligenceTesting/jazzer#961- fix index out of bounds when mutating empty constructor arguments by
@simonreschin CodeIntelligenceTesting/jazzer#962- fix: correct multiple method descriptors in builtin hooks by
@simonreschin CodeIntelligenceTesting/jazzer#967- fix: support maxSize > 1000 in map mutator by
@simonreschin CodeIntelligenceTesting/jazzer#986- fix: don't apply Bean factories for proto enums by
@simonreschin CodeIntelligenceTesting/jazzer#963- fix: correct descriptors for String.split methods by
@simonreschin CodeIntelligenceTesting/jazzer#966- docs: restructure and improve the docs by
@oetrin CodeIntelligenceTesting/jazzer#958- docs: fix wrong Java class name in mutation framework docs by
@Marcono1234in CodeIntelligenceTesting/jazzer#972- docs: fix wrong corpus dir in README by
@Marcono1234in CodeIntelligenceTesting/jazzer#970- docs: document mutation annotation
AppliesToin Javadoc by@Marcono1234in CodeIntelligenceTesting/jazzer#974- docs: add Javadoc to mutation annotations by
@Marcono1234in CodeIntelligenceTesting/jazzer#976- docs: add link to Bazel+JUnit example; improve description by
@oetrin CodeIntelligenceTesting/jazzer#965- chore: fuzz them all by
@oetrin CodeIntelligenceTesting/jazzer#954- chore: update protobuf to version 32.1 by
@simonreschin CodeIntelligenceTesting/jazzer#985- chore(deps): update test maven deps by
@renovate[bot] in CodeIntelligenceTesting/jazzer#979- chore: write list fuzz tests command output to stdout by
@florianGlain CodeIntelligenceTesting/jazzer#982- chore: fix pom.xml for junit example project by
@simonreschin CodeIntelligenceTesting/jazzer#960New Contributors
@onionpsymade their first contribution in CodeIntelligenceTesting/jazzer#969Full Changelog: https://github.com/CodeIntelligenceTesting/jazzer/compare/v0.25.1...v0.26.0
v0.25.1
What's Changed
- chore: publish using Portal OSSRH Staging API by
@oetrin CodeIntelligenceTesting/jazzer#948- docs: showcase the mutation framework in the readme by
@oetrin CodeIntelligenceTesting/jazzer#947- fix(mutation): ensure maxSize >= size when using libfuzzer by
@oetrin CodeIntelligenceTesting/jazzer#952- findings: add entry for aircompressor by
@Marcono1234in CodeIntelligenceTesting/jazzer#953- Update ASM dependencies to version 9.8 by
@apache-hbin CodeIntelligenceTesting/jazzer#950New Contributors
@apache-hbmade their first contribution in CodeIntelligenceTesting/jazzer#950Full Changelog: https://github.com/CodeIntelligenceTesting/jazzer/compare/v0.25.0...v0.25.1
v0.25.0
What's Changed
- feat: add
Unsafearray access sanitizer by@Marcono1234in CodeIntelligenceTesting/jazzer#932- feat: add a path traversal sanitizer by
@tballisonin CodeIntelligenceTesting/jazzer#915- feat: add path traversal configuration using
BugDetectorsAPI by@oetrin CodeIntelligenceTesting/jazzer#943- breaking fix: make sure
ConsumeIntegralInRangeis always in range [min; max] by@oetrin CodeIntelligenceTesting/jazzer#945. This change might invalidate some existing crash and corpus files.- fix: clear last finding before starting a fuzzing run by
@oetrin CodeIntelligenceTesting/jazzer#944
... (truncated)
Commits
86378b7chore: update protobuf dependencies6440ed6chore: set -std=c++17 for macos & windows builds2852b69chore: update runtime JDK to 21.0.8d8125c4feat: fail early if min > max in ArrayMutatorcb1fb37fix: support maxSize > 1000 in map mutatord88ad22chore: add test to validate hook method descriptorsb5bf267fix: method descriptor for RegexRoadblocks hook862de64fix: correct method descriptor in path traversal sanitizer0c95927fix: correct method descriptors in LDAP sanitizerd57e869Add Javadoc to Finite- Additional commits viewable in compare view
Updates com.code-intelligence:jazzer-api from 0.24.0 to 0.26.0
Release notes
Sourced from com.code-intelligence:jazzer-api's releases.
v0.26.0
What's Changed
- feat: add linux arm64 support by
@simonreschin CodeIntelligenceTesting/jazzer#973- feat: add Finite annotation by
@onionpsyin CodeIntelligenceTesting/jazzer#969- feat: add additional number annotations by
@florianGlain CodeIntelligenceTesting/jazzer#959- feat: dedicated options for fuzzing duration & executions by
@simonreschin CodeIntelligenceTesting/jazzer#956- fix: update regex for detecting intellij coverage agent by
@florianGlain CodeIntelligenceTesting/jazzer#961- fix index out of bounds when mutating empty constructor arguments by
@simonreschin CodeIntelligenceTesting/jazzer#962- fix: correct multiple method descriptors in builtin hooks by
@simonreschin CodeIntelligenceTesting/jazzer#967- fix: support maxSize > 1000 in map mutator by
@simonreschin CodeIntelligenceTesting/jazzer#986- fix: don't apply Bean factories for proto enums by
@simonreschin CodeIntelligenceTesting/jazzer#963- fix: correct descriptors for String.split methods by
@simonreschin CodeIntelligenceTesting/jazzer#966- docs: restructure and improve the docs by
@oetrin CodeIntelligenceTesting/jazzer#958- docs: fix wrong Java class name in mutation framework docs by
@Marcono1234in CodeIntelligenceTesting/jazzer#972- docs: fix wrong corpus dir in README by
@Marcono1234in CodeIntelligenceTesting/jazzer#970- docs: document mutation annotation
AppliesToin Javadoc by@Marcono1234in CodeIntelligenceTesting/jazzer#974- docs: add Javadoc to mutation annotations by
@Marcono1234in CodeIntelligenceTesting/jazzer#976- docs: add link to Bazel+JUnit example; improve description by
@oetrin CodeIntelligenceTesting/jazzer#965- chore: fuzz them all by
@oetrin CodeIntelligenceTesting/jazzer#954- chore: update protobuf to version 32.1 by
@simonreschin CodeIntelligenceTesting/jazzer#985- chore(deps): update test maven deps by
@renovate[bot] in CodeIntelligenceTesting/jazzer#979- chore: write list fuzz tests command output to stdout by
@florianGlain CodeIntelligenceTesting/jazzer#982- chore: fix pom.xml for junit example project by
@simonreschin CodeIntelligenceTesting/jazzer#960New Contributors
@onionpsymade their first contribution in CodeIntelligenceTesting/jazzer#969Full Changelog: https://github.com/CodeIntelligenceTesting/jazzer/compare/v0.25.1...v0.26.0
v0.25.1
What's Changed
- chore: publish using Portal OSSRH Staging API by
@oetrin CodeIntelligenceTesting/jazzer#948- docs: showcase the mutation framework in the readme by
@oetrin CodeIntelligenceTesting/jazzer#947- fix(mutation): ensure maxSize >= size when using libfuzzer by
@oetrin CodeIntelligenceTesting/jazzer#952- findings: add entry for aircompressor by
@Marcono1234in CodeIntelligenceTesting/jazzer#953- Update ASM dependencies to version 9.8 by
@apache-hbin CodeIntelligenceTesting/jazzer#950New Contributors
@apache-hbmade their first contribution in CodeIntelligenceTesting/jazzer#950Full Changelog: https://github.com/CodeIntelligenceTesting/jazzer/compare/v0.25.0...v0.25.1
v0.25.0
What's Changed
- feat: add
Unsafearray access sanitizer by@Marcono1234in CodeIntelligenceTesting/jazzer#932- feat: add a path traversal sanitizer by
@tballisonin CodeIntelligenceTesting/jazzer#915- feat: add path traversal configuration using
BugDetectorsAPI by@oetrin CodeIntelligenceTesting/jazzer#943- breaking fix: make sure
ConsumeIntegralInRangeis always in range [min; max] by@oetrin CodeIntelligenceTesting/jazzer#945. This change might invalidate some existing crash and corpus files.- fix: clear last finding before starting a fuzzing run by
@oetrin CodeIntelligenceTesting/jazzer#944
... (truncated)
Commits
86378b7chore: update protobuf dependencies6440ed6chore: set -std=c++17 for macos & windows builds2852b69chore: update runtime JDK to 21.0.8d8125c4feat: fail early if min > max in ArrayMutatorcb1fb37fix: support maxSize > 1000 in map mutatord88ad22chore: add test to validate hook method descriptorsb5bf267fix: method descriptor for RegexRoadblocks hook862de64fix: correct method descriptor in path traversal sanitizer0c95927fix: correct method descriptors in LDAP sanitizerd57e869Add Javadoc to Finite- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.