-
-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathget_bom_v1_6_with_provides-1.6.json.bin
More file actions
113 lines (113 loc) · 2.57 KB
/
get_bom_v1_6_with_provides-1.6.json.bin
File metadata and controls
113 lines (113 loc) · 2.57 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
104
105
106
107
108
109
110
111
112
113
{
"components": [
{
"bom-ref": "crypto-algorithm",
"cryptoProperties": {
"algorithmProperties": {
"certificationLevel": [
"fips140-1-l1",
"fips140-2-l3",
"other"
],
"classicalSecurityLevel": 2,
"cryptoFunctions": [
"sign",
"unknown"
],
"curve": "9n8y2oxty3ao83n8qc2g2x3qcw4jt4wj",
"executionEnvironment": "software-plain-ram",
"implementationPlatform": "generic",
"mode": "ecb",
"nistQuantumSecurityLevel": 2,
"padding": "pkcs7",
"parameterSetIdentifier": "a-parameter-set-id",
"primitive": "kem"
},
"assetType": "algorithm",
"oid": "an-oid-here"
},
"name": "My Algorithm",
"tags": [
"algorithm"
],
"type": "cryptographic-asset",
"version": "1.0"
},
{
"author": "Test Author",
"bom-ref": "some-library",
"licenses": [
{
"license": {
"id": "MIT"
}
}
],
"name": "setuptools",
"purl": "pkg:pypi/setuptools@50.3.2?extension=tar.gz",
"type": "library",
"version": "50.3.2"
},
{
"bom-ref": "crypto-library",
"externalReferences": [
{
"comment": "No comment",
"hashes": [
{
"alg": "SHA-256",
"content": "806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"
}
],
"type": "distribution",
"url": "https://cyclonedx.org"
}
],
"hashes": [
{
"alg": "SHA-256",
"content": "806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"
}
],
"name": "toml",
"purl": "pkg:pypi/toml@0.10.2?extension=tar.gz",
"type": "library",
"version": "0.10.2"
}
],
"dependencies": [
{
"ref": "crypto-algorithm"
},
{
"dependsOn": [
"some-library"
],
"provides": [
"crypto-algorithm"
],
"ref": "crypto-library"
},
{
"ref": "some-library"
}
],
"metadata": {
"timestamp": "2023-01-07T13:44:32.312678+00:00"
},
"properties": [
{
"name": "key1",
"value": "val1"
},
{
"name": "key2",
"value": "val2"
}
],
"serialNumber": "urn:uuid:1441d33a-e0fc-45b5-af3b-61ee52a88bac",
"version": 1,
"$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.6"
}