Tags: CycloneDX/cyclonedx-cli
Tags
Improve JSON validation (#317) Improve JSON validation, in particular if you don't specify the specification version. This helps to address #221. On the given example, it will result in: ``` cyclonedx.exe validate --input-file badType_log4j_2.17.2_cyclonedx_1.3_sbom.json Validation failed: Value is "boolean" but should be "string" #/properties/dependencies/items/$ref/properties/ref/type On instance: #/dependencies/0/ref: True Unable to validate against any JSON schemas. BOM is not valid. ``` Signed-off-by: andreas hilti <[email protected]> Co-authored-by: Michael Tsfoni <[email protected]>
chore: bump CDX library to 7.0.0 (#369) Latest version 7.0.0 available: https://www.nuget.org/packages/CycloneDX.Utils/7.0.0 https://www.nuget.org/packages/CycloneDX.Spdx.Interop/7.0.0 Signed-off-by: Akshay Bhat <[email protected]>
PreviousNext