This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
Releases: praetorian-inc/gokart
Releases · praetorian-inc/gokart
v0.5.1
v0.5.0
Release to support up to go v1.19
v0.4.0
What's Changed
- added syscall CMDi sinks by @isp1r0 in #54
- Emit JSON output only once; improve error reporting by @bradlarsen in #55
- fix incorrect use of closures by @LuckyC4t in #59
- README update by @praetorian-harry in #63
- Add version command to gokart (#61) by @fenderq in #64
- Update removal of bad packages from package list. by @jessesomerville in #66
- fix: fixes blog link by @gssbzn in #68
- go mod tidy to fix github actions by @isp1r0 in #69
New Contributors
- @bradlarsen made their first contribution in #55
- @LuckyC4t made their first contribution in #59
- @praetorian-harry made their first contribution in #63
- @fenderq made their first contribution in #64
- @gssbzn made their first contribution in #68
Special Mention Mechanic
Thanks to @jessesomerville for his contribution of Update removal of bad packages from package list
Full Changelog: v0.3.0...v0.4.0
v0.3.0
GoKart v0.3.0
Enhancements
- #3 Output findings to file CLI flag
- #34 Verbose output source parent function fix
- #17 Add exit code on findings flag
- #41 Update remote scanning functionality to include private repos
- #26 Add basic dockerfile and README
- #43 CWE mappings for findings
- #29 Output total findings information
- #45 Output findings as json
- #46 Highlight relevant finding lines
Bug Fixes
v0.2.0
Gokart v0.2.0
- Added support for writing findings output to a file to ease CI/CD integration via the -o flag.
- Added remote fetch + scan functionality via the -r flag.
- Updated README to cover new functionality.
v0.1.1
Contains a crash fix for issue #2 thanks to a pull request. (#5 from @jessesomerville)
v0.1.0
Initial GoKart release