Project

General

Profile

Haketilo Software Bill of Materials » History » Version 7

koszko, 10/14/2022 01:39 PM
update for Hydrilla&Haketilo 3.0

1 7 koszko
# Hydrilla&Haketilo Software Bill of Materials
2 1 koszko
3 4 koszko
[Software Bill of Materials (SBoM)](https://en.wikipedia.org/wiki/Software_bill_of_materials) lists external components used or included in a given software product.
4 1 koszko
5 7 koszko
This is the SBoM of Hydrilla and Haketilo proxy versions 3.x. For the SBoM of Haketilo browser extension (currently in maintenance mode), see [[Haketilo_Software_Bill_of_Materials_(browser_extension)|here]].
6 4 koszko
7 7 koszko
You may also want to download this SBoM as a [text file](https://git.koszko.org/haketilo-hydrilla-sbom/plain/SBoM_hydrilla_haketilo-3.x.md).
8 1 koszko
9
{{toc}}
10
11
## Incorporated code
12
13
*Currently none*
14
15
## External dependencies
16
17
### Python3
18 7 koszko
| field           | value                                                                                                                                                   |
19
|-----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|
20
| name            | cpython                                                                                                                                                 |
21
| version         | >=3.7 (>=3.9 for Haketilo proxy)                                                                                                                        |
22
| copyright       | 2001-now Python Software Foundation; 2000 BeOpen.com; 1995-2001 Corporation for National Research Initiatives; 1991-1995 Stichting Mathematisch Centrum |
23
| license         | PSF 2; BeOpen.com License Agreement for Python 2.0; CNRI License Agreement for Python 1.6.1; CWI License Agreement for Python 0.9.0 through 1.2         |
24
| upstream url    | https://www.python.org                                                                                                                                  |
25
| dependency type | runtime                                                                                                                                                 |
26 1 koszko
27 7 koszko
### Pytest (Python library/application)
28
| field           | value                             |
29
|-----------------|-----------------------------------|
30
| name            | pytest                            |
31
| version         | no known constraints              |
32
| copyright       | 2004-now Holger Krekel and others |
33
| license         | MIT (Expat)                       |
34
| upstream url    | https://pytest.org                |
35
| dependency type | development/build-time            |
36 1 koszko
37 7 koszko
### Setuptools (Python library)
38
| field           | value                                 |
39
|-----------------|---------------------------------------|
40
| name            | setuptools                            |
41
| version         | >=44                                  |
42
| copyright       | Jason R. Coombs                       |
43
| license         | MIT (Expat)                           |
44
| upstream url    | https://setuptools.pypa.io/en/latest/ |
45
| dependency type | development/build-time                |
46 1 koszko
47 7 koszko
### setuptools_scm (Python library)
48
| field           | value                                                                     |
49
|-----------------|---------------------------------------------------------------------------|
50
| name            | setuptools_scm                                                            |
51
| version         | >=5.0                                                                     |
52
| copyright       | Ronny Pfannschmidt `<`opensource@ronnypfannschmidt.de`>` and contributors |
53
| license         | MIT (Expat)                                                               |
54
| upstream url    | https://github.com/pypa/setuptools_scm                                    |
55
| dependency type | development/build-time                                                    |
56 1 koszko
57 7 koszko
### wheel (Python library)
58
| field           | value                                                 |
59
|-----------------|-------------------------------------------------------|
60
| name            | wheel                                                 |
61
| version         | no known constraints                                  |
62
| copyright       | 2012-now Daniel Holth, Alex Grönholm and contributors |
63
| license         | MIT (Expat)                                           |
64
| upstream_url    | https://github.com/pypa/wheel                         |
65
| dependency type | development/build-time                                |
66 1 koszko
67 7 koszko
### Babel (Python library)
68
| field           | value                    |
69
|-----------------|--------------------------|
70
| name            | babel                    |
71
| version         | no known constraints     |
72
| copyright       | 2013-2019 the Babel Team |
73
| license         | BSD-3-Clause             |
74
| upstream url    | http://babel.pocoo.org/  |
75
| dependency type | development/build-time   |
76 1 koszko
77 7 koszko
### jsonschema (Python library)
78
| field           | value                                   |
79
|-----------------|-----------------------------------------|
80
| name            | jsonschema                              |
81
| version         | >=3.0                                   |
82
| copyright       | 2011-now Julian Berman and contributors |
83
| license         | MIT (Expat)                             |
84
| upstream url    | https://github.com/Julian/jsonschema    |
85
| dependency type | runtime                                 |
86 1 koszko
87 7 koszko
### Flask (Python library)
88
| field           | value                             |
89
|-----------------|-----------------------------------|
90
| name            | flask                             |
91
| version         | >=1.1                             |
92
| copyright       | 2010-now Pallets                  |
93
| license         | BSD-3-Clause                      |
94
| upstream url    | https://flask.palletsprojects.com |
95
| dependency type | runtime                           |
96 1 koszko
97 7 koszko
### Click (Python library)
98
| field           | value                             |
99
|-----------------|-----------------------------------|
100
| name            | click                             |
101
| version         | no known constraints              |
102
| copyright       | 2014-now Pallets                  |
103
| license         | BSD-3-Clause                      |
104
| upstream url    | https://click.palletsprojects.com |
105
| dependency type | runtime                           |
106 1 koszko
107 7 koszko
### ItsDangerous (Python library)
108
| field           | value                                    |
109
|-----------------|------------------------------------------|
110
| name            | itsdangerous                             |
111
| version         | no known constraints                     |
112
| copyright       | 2011-now Pallets                         |
113
| license         | BSD-3-Clause                             |
114
| upstream url    | https://itsdangerous.palletsprojects.com |
115
| dependency type | runtime                                  |
116 3 koszko
117 7 koszko
### immutables (Python library)
118
| field           | value                                            |
119
|-----------------|--------------------------------------------------|
120
| name            | immutables                                       |
121
| version         | >=0.16                                           |
122
| copyright       | 2018-now Contributors to the immutables project. |
123
| license         | Apache-2.0; MIT (Expat)                          |
124
| upstream url    | https://github.com/MagicStack/immutables         |
125
| dependency type | runtime                                          |
126 1 koszko
127 7 koszko
### gnupg (Python library)
128
| field           | value                                                                                                                                                                     |
129
|-----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
130
| name            | gnupg                                                                                                                                                                     |
131
| version         | no known constraints                                                                                                                                                      |
132
| copyright       | 2013-now Isis Lovecruft <isis@leap.se>; 2013 Andrej B.; 2013 LEAP Encryption Access Project; 2008-2012 Vinay Sajip; 2005 Steve Traugott; 2004 A.M. Kuchling; contributors |
133
| license         | GPL-3.0-or-later                                                                                                                                                          |
134
| upstream url    | https://github.com/isislovecruft/python-gnupg                                                                                                                             |
135
| dependency type | runtime                                                                                                                                                                   |
136 1 koszko
137 7 koszko
### reuse (Python library/application)
138
| field           | value                                                      |
139
|-----------------|------------------------------------------------------------|
140
| name            | reuse                                                      |
141
| version         | no known constraints                                       |
142
| copyright       | Carmen Bianca Bakker <carmenbianca@fsfe.org>; contributors |
143
| license         | Apache-2.0; CC-BY-SA-4.0; CC0-1.0; GPL-3.0-or-later        |
144
| upstream url    | https://reuse.software/                                    |
145
| dependency type | runtime                                                    |
146 1 koszko
147 7 koszko
### Beautiful Soup (Python library)
148
| field           | value                                          |
149
|-----------------|------------------------------------------------|
150
| name            | beautifulsoup4                                 |
151
| version         | no known constraints                           |
152
| copyright       | 2004-now Leonard Richardson                    |
153
| license         | MIT (Expat)                                    |
154
| upstream url    | https://www.crummy.com/software/BeautifulSoup/ |
155
| dependency type | runtime                                        |
156 1 koszko
157 7 koszko
### html5lib (Python library)
158
| field           | value                                        |
159
|-----------------|----------------------------------------------|
160
| name            | html5lib                                     |
161
| version         | no known constraints                         |
162
| copyright       | 2006-now James Graham and other contributors |
163
| license         | MIt (Expat)                                  |
164
| upstream url    | https://github.com/html5lib/html5lib-python  |
165
| dependency type | runtime                                      |
166
167
### mitmproxy (Python library/application)
168
| field           | value                           |
169
|-----------------|---------------------------------|
170
| name            | mitmproxy                       |
171
| version         | >=8.0; <9.0                     |
172
| copyright       | 2013 Aldo Cortesi; contributors |
173
| license         | MIT (Expat)                     |
174
| upstream url    | mitmproxy.org/                  |
175
| dependency type | runtime                         |
176
177
## Optional dependencies
178
179
### GNU Guix
180
| field        | value                                                               |
181
|--------------|---------------------------------------------------------------------|
182
| name         | guix                                                                |
183
| version      | no known constraints                                                |
184
| copyright    | Ludovic Courtès; Guix contributors; Eelco Dolstra; Nix contributors |
185
| license      | GPL-3.0-or-later                                                    |
186
| upstream url | https://guix.gnu.org/                                               |
187
188
Guix is used to produce the standalone, relocatable release tarball of Haketilo&Hydrilla.