Skip to content

Commit b3a1d88

Browse files
committed
Add more fallback SBOM data
gost-engine/engine#465
1 parent 2b6be4a commit b3a1d88

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

gost-engine.cdx.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"bomFormat": "CycloneDX",
3+
"specVersion": "1.6",
4+
"version": 1,
5+
"metadata": {
6+
"authors": [
7+
{
8+
"name": "@VCS_SBOM_AUTHORS@"
9+
}
10+
]
11+
},
12+
"components": [
13+
{
14+
"type": "library",
15+
"bom-ref": "pkg:github/gost-engine/engine@@VCS_TAG@",
16+
"cpe": "cpe:2.3:a:gost_engine_project:gost_engine:@VCS_TAG@:*:*:*:*:*:*:*",
17+
"name": "GOST Engine",
18+
"version": "@VCS_VERSION@",
19+
"description": "A reference implementation of the Russian GOST crypto algorithms",
20+
"authors": [
21+
{
22+
"name": "@VCS_AUTHORS@"
23+
}
24+
],
25+
"supplier": {
26+
"name": "GOST Engine Team"
27+
},
28+
"licenses": [
29+
{
30+
"license": {
31+
"id": "Apache-2.0"
32+
}
33+
}
34+
],
35+
"externalReferences": [
36+
{
37+
"type": "vcs",
38+
"url": "https://github.com/gost-engine/engine"
39+
}
40+
]
41+
}
42+
]
43+
}

0 commit comments

Comments
 (0)