mirror of
https://github.com/libtom/libtomcrypt
synced 2026-08-25 20:26:07 -04:00
Add a SBOM file in CycloneDX format
Improve supply chain security by including a SBOM file with substituted values. This will be used to construct a composite platform SBOM. Signed-off-by: Richard Hughes <richard@hughsie.com>
This commit is contained in:
parent
5d2b15472f
commit
55441f12d2
1 changed files with 40 additions and 0 deletions
40
contrib/sbom.cdx.json
Normal file
40
contrib/sbom.cdx.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue