cyclonedx-conan icon indicating copy to clipboard operation
cyclonedx-conan copied to clipboard

Conan SBOM JSON is malformed

Open wyatt-paquin opened this issue 1 year ago • 1 comments

Looking at the JSON output from the tool it looks to be malformed.

Before the most recent update, the generated JSON contained:

"bomFormat": "CycloneDX",
"specVersion": "1.3",
"serialNumber": "urn:uuid:<id>",
"version": 1,
"metadata": {
  "component": {
  "bom-ref": "[email protected]",
  "type": "application",
  "name": "unknown",
  "version": "0.0.0"
  }
}

This information is no longer found in the JSON

wyatt-paquin avatar Aug 07 '23 15:08 wyatt-paquin

@wyatt-paquin Can you please give a (minimal) example input and output (as it seems to work fine for me)? We did not touch the metadata part.

andreas-hilti avatar Aug 08 '23 14:08 andreas-hilti