-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsbom.json
More file actions
103 lines (103 loc) · 2.26 KB
/
sbom.json
File metadata and controls
103 lines (103 loc) · 2.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"bomFormat": "CycloneDX",
"specVersion": "1.5",
"serialNumber": "urn:uuid:ed7457c4-21a2-45a5-b1cd-69e596b8f70d",
"version": 1,
"metadata": {
"timestamp": "2026-02-12T19:27:35.751Z",
"tools": [
{
"name": "te-security-sbom-generator",
"version": "1.0.0"
}
],
"component": {
"type": "application",
"name": "@te-security/crypto-toolkit",
"version": "0.1.0",
"description": "Comprehensive cryptographic utilities for the TE Code stack",
"licenses": [
{
"license": {
"id": "UNLICENSED"
}
}
],
"purl": "pkg:npm/%40te-security/crypto-toolkit@0.1.0"
}
},
"components": [
{
"type": "library",
"name": "sodium-native",
"version": "4.0.0",
"purl": "pkg:npm/sodium-native@4.0.0"
},
{
"type": "library",
"name": "secrets.js-grempe",
"version": "2.0.0",
"purl": "pkg:npm/secrets.js-grempe@2.0.0"
},
{
"type": "library",
"name": "jose",
"version": "5.0.0",
"purl": "pkg:npm/jose@5.0.0"
},
{
"type": "library",
"name": "snarkjs",
"version": "0.7.0",
"purl": "pkg:npm/snarkjs@0.7.0"
},
{
"type": "library",
"name": "commander",
"version": "12.0.0",
"purl": "pkg:npm/commander@12.0.0"
},
{
"type": "library",
"name": "chalk",
"version": "5.3.0",
"purl": "pkg:npm/chalk@5.3.0"
},
{
"type": "library",
"name": "ora",
"version": "8.0.0",
"purl": "pkg:npm/ora@8.0.0"
},
{
"type": "library",
"name": "@te-security/shared",
"version": "workspace:*",
"purl": "pkg:npm/%40te-security/shared@workspace:*"
},
{
"type": "library",
"name": "typescript",
"version": "5.7.0",
"purl": "pkg:npm/typescript@5.7.0"
},
{
"type": "library",
"name": "tsx",
"version": "4.7.0",
"purl": "pkg:npm/tsx@4.7.0"
},
{
"type": "library",
"name": "vitest",
"version": "2.0.0",
"purl": "pkg:npm/vitest@2.0.0"
},
{
"type": "library",
"name": "@types/node",
"version": "20.0.0",
"purl": "pkg:npm/%40types/node@20.0.0"
}
]
}