Skip to content

v9.2.0a

Compare
Choose a tag to compare
@dlg1206 dlg1206 released this 30 Nov 20:02
· 13 commits to main since this release
909abdc

Release Notes

Add SBOM Repair and overhaul OSI for easier customization. The full changelog can be found here

Added

Repair SBOM Fields

  • HashFixes - Suggests a list of fixes for invalid hashes and hashing algorithms
  • LicenseFixes - Suggests a list of fixes for deprecated licenses
  • PURLFixes - Use data stored in sbom to generate correct PURLs
  • CPEFixes - Use data stored in sbom to generate correct CPEs
  • Null copyright checks - use package manger files to check for copyrights

CycloneDX 1.4 XML Support

  • Support upload and manipulation of xml sboms for CycloneDX

Changed

Convert

  • New manipulate package to alter SVIPSBOM data
  • New toSchema package to convert SVIPSBOMs into SBOMs

OSIv4

Misc.

  • SBOM components objects are now compared by name and version
  • Changed the max packet size for MySQL to 256M
  • Minor changes to QAPipeline to support Repair

Fixed

  • Mismatched port inside OSI container that caused issues when using OSI API
  • Small typos with SPDX serialization

What's Changed

New Contributors

Full Changelog: v8.0.5a...v9.2.0a