sbom-tools 0.2.0

Semantic SBOM diff and analysis tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "bomFormat": "CycloneDX",
  "specVersion": "1.5",
  "serialNumber": "urn:uuid:00000000-0000-4000-8000-000000000008",
  "version": 1,
  "components": [
    {
      "type": "library",
      "name": "example",
      "version": "1.0.0",
      "bom-ref": "pkg:npm/example@1.0.0",
      "purl": "pkg:npm/example@1.0.0"
    }
  ]
}