Skip to content

Releases: devops-kung-fu/bomber

v0.3.4

25 Oct 01:52
459a9c3
Compare
Choose a tag to compare

bomber has some new functionality hiding underneath the covers. If you are a Snyk customer, you can now use bomber to scan your SBOMs! Our friends at Snyk also contributed a cool feature that allows you to pipe SBOMs to bomber via STDIN.

We still have some documentation to add for the Snyk provider, but that will be coming soon!

Changelog

v0.3.3

04 Oct 23:23
d58403d
Compare
Choose a tag to compare

Changelog

v0.3.2

25 Sep 21:10
19aa8ec
Compare
Choose a tag to compare

bomber now can process XML based CycloneDX files!

Changelog

  • 19aa8ec feat: Adds xml format support for CycloneDX (#53)

v0.3.1

25 Sep 19:59
8be7152
Compare
Choose a tag to compare

Bomber will now detect if a newer version exists, and let you know with a nice little message when it loads up.

Changelog

v0.3.0

19 Sep 16:00
d9898cd
Compare
Choose a tag to compare

bomber now supports HTML output when using the --output=html flag!

Changelog

  • d9898cd feat: HTML output support (#48)
  • 93dd74f feat: Renderers (#47)
  • b32963e feat: Removed removeDuplicates in favor of DKFM common (#44)
  • 1e127f8 feat: Provider factory and http request cleanup (#43)

v0.2.1

02 Sep 22:00
3cfed2b
Compare
Choose a tag to compare

bomber now outputs to JSON as well as to pretty tables! Just add --output=json when running bomber.

This build also fixes some issues where CVE identifiers were not showing, includes other performance and stability fixes, and now sports a pretty OpenSSF Best Practices badge on the README.md. We ensured that we are following the best practices as defined by OpenSSF and will regularly audit the repository.

Changelog

v0.2.0

30 Aug 18:22
92636f9
Compare
Choose a tag to compare

Packed with a ton of new features!

bomber now uses OSV as it's default vulnerability provider so you don't need to create an account anywhere and deal with passwords or tokens. You'll also see better output containing CVEs (osv provider), and CWEs (osv and ossindex providers).

A big thank you to the community for feature requests and finding some bugs.

Changelog

  • 92636f9 feat: Adds ecosystem pre-scan info, severity summary (#30)
  • 697ad6d fix: Fixes updated README.md (#28)
  • 537b4e9 fix: Fixes release typo from hookz to bomber (#27)
  • 3c9f44d feat: Enhanced Output and Multiple vulnerability providers (#26)

v0.1.1

25 Aug 16:21
bd67455
Compare
Choose a tag to compare

Changelog

  • bd67455 feat: Stabilization and vulnerability display (#17)
  • a4c228e fix: Warns on missing credentials, fixes output when no valid SBOMs are found (#13)
  • c6b6cdd fix: Fixes bomber's sbom badge links (#4)
  • d512cb9 fix: Update README.md (#3)

v0.1.0

23 Aug 01:26
524ad5e
Compare
Choose a tag to compare

Changelog

  • 524ad5e feat: Initial version of bomber (#2)
  • 38efadc feat: Initial repository structure and code scaffold (#1)
  • a60511e Initial commit