-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathSBOM.json
More file actions
105 lines (104 loc) · 2.12 KB
/
SBOM.json
File metadata and controls
105 lines (104 loc) · 2.12 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
{
"bomFormat": "CycloneDX",
"specVersion": "1.2",
"version": 1,
"serialNumber": "scanner:1594067462",
"components": [
{
"type": "application",
"publisher": "scanoss",
"group": "scanoss",
"name": "engine",
"url": "https://github.com/scanoss/engine",
"licenses": [
{
"id": "GPL-2.0-or-later"
}
]
},
{
"type": "library",
"publisher": "scanoss",
"group": "hpsm",
"name": "hpsm",
"url": "https://github.com/scanoss/hpsm",
"licenses": [
{
"id": "GPL-2.0-or-later"
}
]
},
{
"type": "library",
"publisher": "scanoss",
"group": "minr",
"name": "minr",
"url": "https://github.com/scanoss/minr",
"licenses": [
{
"id": "GPL-2.0-or-later"
}
]
},
{
"type": "library",
"publisher": "scanoss",
"group": "ldb",
"name": "ldb",
"url": "https://github.com/scanoss/ldb",
"licenses": [
{
"id": "GPL-2.0-or-later"
}
]
},
{
"type": "library",
"publisher": "scanoss",
"group": "wfp",
"name": "wfp",
"url": "https://github.com/scanoss/wfp",
"licenses": [
{
"id": "GPL-2.0-or-later"
}
]
},
{
"type": "library",
"publisher": "madler",
"group": "madler",
"name": "crc32c",
"url": "https://stackoverflow.com/questions/17645167/implementing-sse-4-2s-crc32c-in-software#17646775",
"licenses": [
{
"id": "BSD-3-Clause"
}
]
},
{
"type": "library",
"publisher": "h2non",
"group": "h2non",
"name": "semver.c",
"url": "https://github.com/h2non/semver.c",
"licenses": [
{
"id": "MIT"
}
]
},
{
"type": "library",
"publisher": "udp",
"group": "udp",
"name": "json-parser",
"url": "https://github.com/udp/json-parser",
"licenses": [
{
"id": "BSD-3-Clause"
}
]
}
]
}