Skip to content

v2.0.0

Latest

Choose a tag to compare

@VinnyBarton VinnyBarton released this 29 Oct 11:38
· 2 commits to main since this release
557ae90

SecureSBOM Validator v2.0.0

This release introduces a breaking change to the ValidateSBOMData API for improved structure and clarity.

ValidateSBOMData now returns a unified ValidationResult object containing fields such as IsValid, SBOMType, SBOMVersion, and ValidationErrors. This makes it easier to consume validation results in APIs, CLIs, and automation pipelines while providing richer context for SBOM analysis.

Highlights:

✅ Structured output via ValidationResult
🧩 Includes SBOM type, version, and schema metadata
🛠️ Simplifies integration with SecureSBOM and related tools
🚨 Breaking change — function signature updated from (bool, []string, error) → (*ValidationResult, error)

Review the updated README and example app example/main.go for guidance on updating

What's Changed

Full Changelog: v1.2.0...v2.0.0