-
-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathinvalid-dependency-1.6.json
More file actions
44 lines (44 loc) · 810 Bytes
/
invalid-dependency-1.6.json
File metadata and controls
44 lines (44 loc) · 810 Bytes
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
{
"$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.6",
"serialNumber": "urn:uuid:3e671687-395b-41f5-a30f-a58921a69b79",
"version": 1,
"components": [
{
"bom-ref": "library-a",
"type": "library",
"name": "library-a",
"version": "1.0.0"
},
{
"bom-ref": "library-b",
"type": "library",
"name": "library-b",
"version": "1.0.0"
},
{
"bom-ref": "library-c",
"type": "library",
"name": "library-c",
"version": "1.0.0"
}
],
"dependencies": [
{
"dependsOn": []
},
{
"ref": "",
"dependsOn": [
"library-a"
]
},
{
"ref": "library-b",
"dependsOn": [
"library-c"
]
}
]
}