Summary
- Adding arbitrary files to a bundle via
cifuzz bundle --add
- new e2e testing structure
- improved CI/CD detection
- minor improvements and bugfixes
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
- Add email contact and docs link to issue template by @JackuB in #645
- fix(ci): get commit check working with different triggers by @jochil in #649
- chore: add JVM finding dirs to .gitignore by @MarkusZoppelt in #648
- build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #650
- feat(finding): print more details if available by @MarkusZoppelt in #647
- ci: use fixed go versions in pipelines by @jochil in #657
- Token creation / SaaS connection messaging by @HenrichN in #651
- fix: use filepath.Join for access_tokens file by @MarkusZoppelt in #656
- Improve CI/CD detection by @JackuB in #658
- Introduce additional E2E tests by @JackuB in #654
- fix(ci): use bazel 6.0 as macos pipeline broke with the release of 6.1 by @jochil in #666
- build(deps): bump github.com/pterm/pterm from 0.12.54 to 0.12.55 by @dependabot in #664
- build(deps): bump golang.org/x/term from 0.5.0 to 0.6.0 by @dependabot in #663
- build(deps): bump golang.org/x/net from 0.7.0 to 0.8.0 by @dependabot in #661
- Run e2e nightly, not hourly by @JackuB in #665
- feat: print
*
characters as visual feedback when users enter secrets by @MarkusZoppelt in #659 - feature(bundle): '--add' flag to add external files to archive by @mlsandnerCI in #652
- fix(fmt): exclude .git from fmt checks to ignore go files by @jochil in #671
- fix(bundle): repair
--add
and add regression test by @jochil in #673 - fix(nodejs): remove unecessary jazzer.js/core dev dependency by @MarkusZoppelt in #674
- Fixed a typo in create.go by @pnoltof in #667
- Add git symlink support on Windows by @florianGla in #675
Full Changelog: v0.22.0...v0.23.0