Gokart Versions Save

A static analysis tool for securing Go code

v0.5.1

1 year ago

v0.5.0

1 year ago

v0.4.0

2 years ago

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: https://github.com/praetorian-inc/gokart/compare/v0.3.0...v0.4.0

v0.3.0

2 years ago

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

2 years ago

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

2 years ago

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

v0.1.0

2 years ago