forked from mscasso/scanner.c
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SBOM.json
45 lines (44 loc) · 947 Bytes
/
SBOM.json
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
{
"bomFormat": "CycloneDX",
"specVersion": "1.2",
"version": 1,
"serialNumber": "minr:1600088466",
"components": [
{
"type": "application",
"publisher": "scanoss",
"group": "scanoss",
"name": "scanner.c",
"url": "https://github.com/scanoss/scanner.c",
"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"
}
]
}
]
}