Skip to content

Commit

Permalink
Merge pull request #676 from hughsie/hughsie/sbom
Browse files Browse the repository at this point in the history
Add a SBOM file in CycloneDX format
  • Loading branch information
sjaeckel authored Nov 19, 2024
2 parents 5d2b154 + 55441f1 commit 1764254
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions contrib/sbom.cdx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"bomFormat": "CycloneDX",
"specVersion": "1.6",
"version": 1,
"metadata": {
"authors": [
{
"name": "@VCS_SBOM_AUTHORS@"
}
]
},
"components": [
{
"type": "library",
"bom-ref": "pkg:github/libtom/libtomcrypt@@VCS_TAG@",
"cpe": "cpe:2.3:a:libtom:libtomcrypt:@VCS_TAG@:*:*:*:*:*:*:*",
"name": "libtomcrypt",
"version": "@VCS_VERSION@",
"description": "Modular and portable cryptographic toolkit",
"authors": [
{
"name": "libtomcrypt developers"
}
],
"licenses": [
{
"license": {
"id": "Unlicense"
}
}
],
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/libtom/libtomcrypt"
}
]
}
]
}

0 comments on commit 1764254

Please sign in to comment.