-
Notifications
You must be signed in to change notification settings - Fork 6
/
bom.json
79 lines (79 loc) · 2.42 KB
/
bom.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
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
{
"bomFormat": "CycloneDX",
"components": [
{
"description": "AWS Lambda Context class for type checking and testing",
"hashes": [
{
"alg": "MD5",
"content": "1876882e134cb2f95e45948994248b17"
},
{
"alg": "SHA-256",
"content": "d03b16aaf8abac30b71bc5d66ed8edadd8805e0d581f73f1e9b4b171635c817d"
}
],
"licenses": [],
"modified": false,
"name": "aws-lambda-context",
"publisher": "New10 B.V.",
"purl": "pkg:pypi/[email protected]",
"type": "library",
"version": "1.1.0"
},
{
"description": "Python 2 and 3 compatibility utilities",
"hashes": [
{
"alg": "MD5",
"content": "b642ef493974a23bb77f5c7e0e08b204"
},
{
"alg": "SHA-256",
"content": "1f1b7d42e254082a9db6279deae68afb421ceba6158efa6131de7b3003ee93fd"
}
],
"licenses": [
{
"license": {
"name": "MIT"
}
}
],
"modified": false,
"name": "six",
"publisher": "Benjamin Peterson",
"purl": "pkg:pypi/[email protected]",
"type": "library",
"version": "1.13.0"
},
{
"description": "Structured Logging for Python",
"hashes": [
{
"alg": "MD5",
"content": "bb813bfd0e09cd445c2ac45f1695f401"
},
{
"alg": "SHA-256",
"content": "6640e6690fc31d5949bc614c1a630464d3aaa625284aeb7c6e486c3010d73e12"
}
],
"licenses": [
{
"license": {
"name": "MIT or Apache License, Version 2.0"
}
}
],
"modified": false,
"name": "structlog",
"publisher": "Hynek Schlawack",
"purl": "pkg:pypi/[email protected]",
"type": "library",
"version": "19.2.0"
}
],
"specVersion": "1.2",
"version": 1
}