Summary
- We are now releasing container images for every release, that can be used inside the
cifuzz container
command. This enables user to build/run fuzz containers without the need of building cifuzz itself - Support multiple target methods in one class
How to install
On Linux and macOS, remember to make the downloaded installer executable via chmod +x <installer file>
.
You can find more information in our README
What's Changed
- actions: send release event to datadog by @WillRoque in #871
- feat(container): Copy cifuzz executable from container image by @adombeck in #859
- refactor: improving PR template by @mlsandnerCI in #875
- feat(bundle): check for multiple target methods if argument is class by @mlsandnerCI in #872
- style: adding formatter for various file types by @jochil in #865
- Include version/os information in verbose mode by @adombeck in #856
New Contributors
- @WillRoque made their first contribution in #871
Full Changelog: v0.37.2...v0.38.0