File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 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/libtom/libtomcrypt@@VCS_TAG@" ,
16+ "cpe" : " cpe:2.3:a:libtom:libtomcrypt:@VCS_TAG@:*:*:*:*:*:*:*" ,
17+ "name" : " libtomcrypt" ,
18+ "version" : " @VCS_VERSION@" ,
19+ "description" : " Modular and portable cryptographic toolkit" ,
20+ "authors" : [
21+ {
22+ "name" : " libtomcrypt developers"
23+ }
24+ ],
25+ "licenses" : [
26+ {
27+ "license" : {
28+ "id" : " Unlicense"
29+ }
30+ }
31+ ],
32+ "externalReferences" : [
33+ {
34+ "type" : " vcs" ,
35+ "url" : " https://github.com/libtom/libtomcrypt"
36+ }
37+ ]
38+ }
39+ ]
40+ }
You can’t perform that action at this time.
0 commit comments