mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-14 00:37:41 -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> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
b75515af45
commit
d1656730ab
1 changed files with 41 additions and 0 deletions
41
libfdt/sbom.cdx.json
Normal file
41
libfdt/sbom.cdx.json
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
{
|
||||||
|
"bomFormat": "CycloneDX",
|
||||||
|
"specVersion": "1.6",
|
||||||
|
"version": 1,
|
||||||
|
"components": [
|
||||||
|
{
|
||||||
|
"type": "library",
|
||||||
|
"bom-ref": "pkg:github/dgibson/libfdt@@VCS_TAG@",
|
||||||
|
"cpe": "cpe:2.3:a:dgibson:libfdt:@VCS_TAG@:*:*:*:*:*:*:*",
|
||||||
|
"name": "libfdt",
|
||||||
|
"version": "@VCS_VERSION@",
|
||||||
|
"description": "Utility library for reading and manipulating the FDT binary format",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "@VCS_SBOM_AUTHORS@"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"supplier": {
|
||||||
|
"name": "libfdt developers"
|
||||||
|
},
|
||||||
|
"licenses": [
|
||||||
|
{
|
||||||
|
"license": {
|
||||||
|
"id": "BSD-2-Clause"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"license": {
|
||||||
|
"id": "GPL-2.0-or-later"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"externalReferences": [
|
||||||
|
{
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "https://github.com/dgibson/dtc"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue