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 22, 2024
1 parent 2b6be4a commit b3a1d88
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions gost-engine.cdx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"bomFormat": "CycloneDX",
"specVersion": "1.6",
"version": 1,
"metadata": {
"authors": [
{
"name": "@VCS_SBOM_AUTHORS@"
}
]
},
"components": [
{
"type": "library",
"bom-ref": "pkg:github/gost-engine/engine@@VCS_TAG@",
"cpe": "cpe:2.3:a:gost_engine_project:gost_engine:@VCS_TAG@:*:*:*:*:*:*:*",
"name": "GOST Engine",
"version": "@VCS_VERSION@",
"description": "A reference implementation of the Russian GOST crypto algorithms",
"authors": [
{
"name": "@VCS_AUTHORS@"
}
],
"supplier": {
"name": "GOST Engine Team"
},
"licenses": [
{
"license": {
"id": "Apache-2.0"
}
}
],
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/gost-engine/engine"
}
]
}
]
}

0 comments on commit b3a1d88

Please sign in to comment.