Skip to content

3.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jul 13:08
· 178 commits to master since this release

Added support for CycloneDX Specification-1.5.

Changed

  • This tool supports CycloneDX Specification-1.5 now (#1001 via #1021)
  • This tool warns now, if SBOM generation is skipped due to an unsupported value for option specVersion (via #1021)
    Previous behaviour was a silent skip.

Added

  • Option specVersion now supports value 1.5 to reflect CycloneDX Specification-1.5 (#1001 via #1021)
    Default value for that option is unchanged - still 1.4.

Build

  • Use TypeScript v5.1.6 now, was v5.1.3 (via #1017)

Misc

  • Raised dependency @cyclonedx/cyclonedx-library@^3||^4, was @^2.0.0 (#1001 via #1021)

Full Changelog: v3.6.1...v3.7.0