Skip to content

Releases: CycloneDX/cyclonedx-python-lib

v0.6.2

11 Oct 14:23
Compare
Choose a tag to compare

Fix

  • Added ability to add tools in addition to this library when generating CycloneDX + plus fixes relating to multiple BOM instances (e03a25c)

v0.6.1

11 Oct 13:31
Compare
Choose a tag to compare

Fix

  • Better methods for checking if a Component is already represented in the BOM, and the ability to get the existing instance (5fee85f)

v0.6.0

11 Oct 11:54
Compare
Choose a tag to compare

Feature

  • Helper method for representing a File as a Component taking into account versioning for files as per CycloneDX/cyclonedx.org#34 (7e0fb3c)
  • Support for non-PyPi Components - PackageURL type is now definable when creating a Component (fde79e0)

v0.5.0

11 Oct 08:03
Compare
Choose a tag to compare

Feature

  • Add support for tool(s) that generated the SBOM (7d1e6ef)

Fix

  • Bumped a dependency version (efc1053)

v0.4.1

27 Sep 15:08
Compare
Choose a tag to compare

Fix

  • Improved handling for requirements.txt content without pinned or declared versions (7f318cb)

v0.4.0

16 Sep 08:26
Compare
Choose a tag to compare

Feature

  • Support for localising vectors (i.e. stripping out any scheme prefix) (b9e9e17)
  • Helper methods for deriving Severity and SourceType (6a86ec2)

Fix

  • Removed print call (8806553)
  • Relaxed typing of parameter to be compatible with Python < 3.9 (f9c7990)
  • Removed print call (d272d2e)
  • Remove unused commented out code (ba4f285)

v0.3.0

15 Sep 10:26
Compare
Choose a tag to compare

Feature

  • Adding support for extension schema that descriptions vulnerability disclosures (d496695)

v0.2.0

14 Sep 08:01
Compare
Choose a tag to compare

Feature

  • Added helper method to return a PackageURL object representing a Component (367bef1)

Fix

  • Whitespace on empty line removed (cfc952e)

v0.1.0

13 Sep 16:50
Compare
Choose a tag to compare

Feature

v0.0.11

10 Sep 10:37
Compare
Choose a tag to compare

Fix

  • test: Test was not updated for revised author statement (d1c9d37)
  • build: Test failure and dependency missing (9a2cfe9)
  • build: Removed artefacts associtated with non-poetry build (f9119d4)