Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Releases: praetorian-inc/gokart

v0.5.1

22 Sep 16:17
3d38a9a
Compare
Choose a tag to compare
Patch release to update GoKart command line version to v0.5.1

v0.5.0

19 Sep 21:35
4d19b6d
Compare
Choose a tag to compare
Release to support up to go v1.19

v0.4.0

26 Jan 21:15
2a2120f
Compare
Choose a tag to compare

What's Changed

New Contributors

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

23 Sep 14:56
bb678c0
Compare
Choose a tag to compare

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

  • #8 Channel incorrectly identified as source of untrusted input
  • #34 Verbose trace has incorrect parent signatures
  • #10 panic: err: go command required
  • #2 panic: index out of range

v0.2.0

27 Aug 18:29
fecb3b0
Compare
Choose a tag to compare

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

19 Aug 17:48
1f3eb7e
Compare
Choose a tag to compare

Contains a crash fix for issue #2 thanks to a pull request. (#5 from @jessesomerville)

v0.1.0

18 Aug 14:06
Compare
Choose a tag to compare
Initial GoKart release