Skip to content

Commit

Permalink
Add more fallback SBOM data
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsie committed Dec 9, 2024
1 parent 61dc2c9 commit f3d27d4
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions libgfxinit.cdx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"bomFormat": "CycloneDX",
"specVersion": "1.6",
"version": 1,
"metadata": {
"authors": [
{
"name": "@VCS_SBOM_AUTHORS@"
}
]
},
"components": [
{
"type": "library",
"bom-ref": "pkg:github/coreboot/libgfxinit@@VCS_TAG@",
"cpe": "cpe:2.3:a:coreboot:libgfxinit:@VCS_TAG@:*:*:*:*:*:*:*",
"name": "libgfxinit",
"version": "@VCS_VERSION@",
"description": "A graphics initialization library for embedded environments",
"supplier": {
"name": "coreboot developers"
},
"authors": [
{
"name": "@VCS_AUTHORS@"
}
],
"licenses": [
{
"license": {
"id": "GPL-2.0-or-later"
}
}
],
"externalReferences": [
{
"type": "website",
"url": "https://www.coreboot.org/"
},
{
"type": "vcs",
"url": "https://github.com/coreboot/libgfxinit"
},
{
"type": "vcs",
"url": "https://review.coreboot.org/libgfxinit.git"
}
]
}
]
}

0 comments on commit f3d27d4

Please sign in to comment.