Skip to content

Commit 1764254

Browse files
authored
Merge pull request libtom#676 from hughsie/hughsie/sbom
Add a SBOM file in CycloneDX format
2 parents 5d2b154 + 55441f1 commit 1764254

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

contrib/sbom.cdx.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"bomFormat": "CycloneDX",
3+
"specVersion": "1.6",
4+
"version": 1,
5+
"metadata": {
6+
"authors": [
7+
{
8+
"name": "@VCS_SBOM_AUTHORS@"
9+
}
10+
]
11+
},
12+
"components": [
13+
{
14+
"type": "library",
15+
"bom-ref": "pkg:github/libtom/libtomcrypt@@VCS_TAG@",
16+
"cpe": "cpe:2.3:a:libtom:libtomcrypt:@VCS_TAG@:*:*:*:*:*:*:*",
17+
"name": "libtomcrypt",
18+
"version": "@VCS_VERSION@",
19+
"description": "Modular and portable cryptographic toolkit",
20+
"authors": [
21+
{
22+
"name": "libtomcrypt developers"
23+
}
24+
],
25+
"licenses": [
26+
{
27+
"license": {
28+
"id": "Unlicense"
29+
}
30+
}
31+
],
32+
"externalReferences": [
33+
{
34+
"type": "vcs",
35+
"url": "https://github.com/libtom/libtomcrypt"
36+
}
37+
]
38+
}
39+
]
40+
}

0 commit comments

Comments
 (0)