forked from scanoss/scanoss.py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSBOM.json
45 lines (45 loc) · 1.35 KB
/
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
45
[
{
"vendor": "scanoss",
"component": "scanoss.py",
"purl": "pkg:github/scanoss/scanoss.py",
"dependency": "self",
"comment": "scanoss.py is the implementation, everything else is dependencies",
"license": "MIT",
"license_url": "https://raw.githubusercontent.com/scanoss/scanoss.py/main/LICENSE"
},
{
"vendor": "ICRAR",
"component": "crc32c",
"dependency": "runtime",
"homepage": "https://github.com/ICRAR/crc32c",
"purl": "pkg:github/ICRAR/crc32c",
"license_url": "https://raw.githubusercontent.com/ICRAR/crc32c/master/LICENSE",
"license": "LGPL-2.1-only"
},
{
"vendor": "pst",
"component": "requests",
"dependency": "runtime",
"homepage": "https://github.com/psf/requests",
"purl": "pkg:github/psf/requests",
"license_url": "https://raw.githubusercontent.com/psf/requests/master/LICENSE",
"license": "Apache-2.0"
},
{
"vendor": "audreyfeldroy",
"component": "binaryornot",
"dependency": "runtime",
"homepage": "https://github.com/audreyfeldroy/binaryornot",
"license": "BSD-3-Clause"
},
{
"vendor": "verigak",
"component": "progress",
"dependency": "runtime",
"homepage": "https://github.com/verigak/progress",
"purl": "pkg:github/verigak/progress",
"license_url": "https://opensource.org/licenses/ISC",
"license": "ISC"
}
]