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 Nov 21, 2024
1 parent f8566d4 commit 6d47944
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions libprov.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/provider-corner/libprov@@VCS_TAG@",
"cpe": "cpe:2.3:a:provider-corner:libprov:@VCS_TAG@:*:*:*:*:*:*:*",
"name": "libprov",
"version": "@VCS_VERSION@",
"description": "Small library of helpers for OpenSSL 3 providers",
"authors": [
{
"name": "@VCS_AUTHORS@"
}
],
"licenses": [
{
"license": {
"id": "CC0-1.0"
}
}
],
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/hughsie/libprov"
}
]
}
]
}

0 comments on commit 6d47944

Please sign in to comment.