Skip to content

Releases: anthonyharrison/distro2SBOM

v0.5.2

29 Aug 19:52
Compare
Choose a tag to compare

Updates in this release

New features

  • feat: add architecture component to purl if available
  • feat: add arch to Debian PURL
  • feat: add PURL in Debian --input-file processing
  • feat: add purl to RPM --input file

Fixes

  • chore: bump version
  • fix: Make debian license collection more robust
  • fix: remove colons from Debian package names
  • fix: support mixed case email addresses

Merge pull request #20 from nbuchwitz/devel/fix-metadata
Merge pull request #22 from bluwireless/bwt-purl

v0.5.1

01 Aug 11:36
Compare
Choose a tag to compare

Updates in this release

New features

  • feat: add lifecycle

Fixes

  • fix: default product type for system option

v0.5.0

28 Jul 10:47
Compare
Choose a tag to compare

Updates in this release

New features

  • feat: additional SBOM generation options (fixes #16)
  • feat: bump version

Fixes

  • fix: bump lib4sbom version (fixes #19)

v0.4.6

06 May 08:50
Compare
Choose a tag to compare

Updates in this release

New features

  • feat: add optional namespace to PURL identifier (fixes #15)

Fixes

  • fix: copyright location (fixes #17)

v0.4.5

03 May 08:48
66a6de4
Compare
Choose a tag to compare

Updates in this release

New features

  • feat: Add env variables for rpm/yum additional options

Merge pull request #18 from Ericbla/main

v0.4.4

25 Mar 18:49
Compare
Choose a tag to compare

Updates in this release

New features

  • feat: Add alternative root location for deb distribution (fixes #13)
  • feat; Refactor to use set_cpe/set_purl

Fixes

  • doc: Define security policy

v0.4.3

14 Mar 14:40
Compare
Choose a tag to compare

Updates in this release

Fixes

  • fix: Handle blank line in /etc/os-release (fixes #12)

v0.4.2

03 Jan 18:54
Compare
Choose a tag to compare

Updates in this release

Fixes

  • fix: invalid cpe generated (fixes #11)

v0.4.1

13 Dec 12:45
Compare
Choose a tag to compare

Updates in this release

New features

  • feat: bump version
  • feat: default distro type to auto

Fixes

  • fix: Handling optional name/release parameters (fixes #8, #9)
  • fix: Inconsistency in default parameter handling

Thanks to @mLuca for fixing #9

v0.4.0

24 Jul 10:50
Compare
Choose a tag to compare

Updates in this release

New features

  • feat: support for CycloneDX version 1.5
  • feat: Automatically populate name and release parameters
  • feat: Detect deprecated license

Fixes

  • fix: Improved error reporting
  • fix: Update README (fixes #7)