Skip to content

Releases: underdog-tech/vulnbot

v0.5.2

26 Feb 15:21
67054bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

23 Feb 20:08
1d93495
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

21 Feb 16:50
2263c6c
Compare
Choose a tag to compare

What's Changed

  • feat: Add "verbose" and "quiet" flags to control the level of command output by @tarkatronic in #69
  • feat: Deprecate the Salus scanner by @tarkatronic in #71
  • fix: Filter out archived repos in the GraphQL query rather than the code by @tarkatronic in #72
  • feat: Switch to viper for configuration by @JoseAngel1196 in #70
  • fix: Fix issues with viper passing back config and setting log levels by @tarkatronic in #73
  • feat: Run golangci-lint against our PRs by @tarkatronic in #74
  • feat: Add new data structures for an abstract representation of projects/findings by @tarkatronic in #75
  • feat: Create a GitHub data source using the new Project structure by @tarkatronic in #77
  • fix: Check for errors when loading owner teams from config by @tarkatronic in #78
  • feat: New functionality for summarizing the new project/finding structures by @tarkatronic in #79
  • feat: Move ecosystem and severity code into config package by @tarkatronic in #80
  • fix: Actually set the severity on Github findings by @tarkatronic in #82
  • feat: Wire in new datasources & finding structures by @tarkatronic in #81
  • feat: Handling pagination of repository vulnerabilities by @JoseAngel1196 in #85
  • doc: Architecture and implementation docs by @tarkatronic in #86
  • chore(deps): Bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in #87
  • feat: Combine all configuration from CLI, env, and file into a single viper config by @tarkatronic in #88
  • fix: Don't clobber file config when loading env by @tarkatronic in #90
  • feat: Add a -r/--reporters configuration flag by @JoseAngel1196 in #89
  • feat: Remove all usage of init() and global command objects by @tarkatronic in #91
  • feat: Display project links in the Slack team reports by @tarkatronic in #92
  • feat: Refactor Weekly Summary Report by @JoseAngel1196 in #93

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1 - Incrementally improving implementation

29 Jun 14:44
075bc43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

Version 0.4.0 - The Prettified Slack release

26 May 01:20
9193a07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

Version 0.3.0 - A proper module

24 Apr 20:09
ee72a68
Compare
Choose a tag to compare

What's Changed

  • fix: Rename the module to have a fully qualified name by @tarkatronic in #31

Full Changelog: v0.2.0...v0.3.0

Version 0.2.0 - Full command

24 Apr 17:49
d4f00ef
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0 - The beginning

11 Apr 23:07
4d5cd38
Compare
Choose a tag to compare

This is the very first initial release, so basically everything has changed! This should be the first fully functioning release. Let's go!

What's Changed

New Contributors

Full Changelog: https://github.com/underdog-tech/vulnbot/commits/v0.1.0