Last updated: 2022-02-23 You may also want to look at SBoMs of Haketilo and Hydrilla on Redmine-powered wiki: - https://hydrillabugs.koszko.org/projects/haketilo/wiki/Haketilo_Software_Bill_of_Materials - https://hydrillabugs.koszko.org/projects/hydrilla/wiki/Hydrilla_Software_Bill_of_Materials # Software Bill of Materials - Haketilo *Note: This SBOM corresponds to the upcoming Haketilo version 1.0.* ## Incorporated code Software parts that have been copied over to Haketilo source tree with only slight or no modification (code that has been mostly rewritten and non-software artworks are not mentioned here). ### js-sha256 | field | value | |--------------+---------------------------------------------| | name | js-sha256 | | version | 0.9.0 | | copyright | 2014-2017 Chen, Yi-Cyuan | | license | MIT (Expat) | | upstream url | https://github.com/emn178/js-sha256 | This JavaScript implementation of SHA256 is included in the browser extension itself. It is used to derive nonces used internally by Haketilo. This library is only used in contexts where synchronous computation of SHA256 digest is required. In other cases (e.g. verification of integrity of downloaded files), the asynchronous crypto.subtle JavaScript API is used. ### Reset CSS | field | value | |--------------+--------------------------------------------| | name | Reset CSS | | version | 2.0 | | copyright | 2008,2011 Eric A. Meyer | | license | public domain | | upstream url | https://meyerweb.com/eric/tools/css/reset/ | The CSS Reset style sheet is used on pages displayed by Haketilo. ### jsonschema (JavaScript library) | field | value | |--------------+----------------------------------------------------------| | name | jsonschema | | version | 1.4.0 | | copyright | 2012-2021 Tom de Grunt and contributors | | license | MIT (Expat) | | upstream url | https://github.com/tdegrunt/jsonschema | This library shall be used to validate external JSON documents (e.g. those downloaded from Hydrilla repository). ## External dependencies ### POSIX environment Standard UNIX tools (sh, awk, etc.) are needed to **build** Haketilo. There's no known dependency on specific implementations of those (e.g. gawk should work just as well as nawk). ### Make Make build system is an **optional requirement for building** Haketilo and a **strict requirement for running the test suite**. There's no known dependency on specific Make implementation. ### Python3 Python in at least version 3.7 is needed to run the automated test suite. ### Pytest | field | value | |--------------+------------------------------------| | name | pytest | | version | no known constraints (6.0.2 used) | | copyright | 2004-2021 Holger Krekel and others | | license | MIT (Expat) | | upstream url | https://pytest.org | Pytest library is used in automated tests of the extension. ### Selenium webdriver (Python) | field | value | |--------------+-----------------------------------------------------------------------| | name | selenium | | version | no known constraints (3.141.0 used) | | copyright | 2011-2021 Software Freedom Conservancy; 2004-2011 Selenium committers | | license | Apache-2.0 | | upstream url | https://www.selenium.dev/ | Selenium Python library is used in automated tests of the extension. ### Web browser A Firefox-derived web browser with at least version 60 **or** a Chromium-derived browser with at least version 90 (although older Chromium versions are likely to work as well) is needed to use the extensions. In addition, a Firefox-derived web browser with at least version 60 is needed to run the automated test suite. ### geckodriver | field | value | |--------------+------------------------------------------------------------------------| | name | geckodriver | | version | no known constraints (0.30.0 used for development) | | copyright | ??? | | license | MPL-2.0 | | upstream url | https://firefox-source-docs.mozilla.org/testing/geckodriver/index.html | Geckodriver compatible with the Firefox-derived browser used is needed to run the automated test suite. ### Inkscape | field | value | |--------------+----------------------------------------------------| | name | Inkscape | | version | no known constraints (0.92.4 used for development) | | copyright | Inkscape Authors | | license | GPL-3.0-only | | upstream url | https://inkscape.org/ | Inkscape is an optional build dependency used to generate png icons from an svg file. # Software Bill of Materials - Hydrilla *Note: This SBOM corresponds to the upcoming Hydrilla version 1.0 written in Python.* ## Incorporated code *Currently none* ## External dependencies ### Python3 Python is needed to both build and run Hydrilla. At least version 3.7 is required. ### Pytest | field | value | |--------------+------------------------------------| | name | pytest | | version | no known constraints (6.0.2 used) | | copyright | 2004-2020 Holger Krekel and others | | license | MIT (Expat) | | upstream url | https://pytest.org | Pytest is used in automated tests of Hydrilla. ### Setuptools | field | value | |--------------+-------------------------------------------------| | name | setuptools | | version | >=45 (52.0.0 used for development) | | copyright | Jason R. Coombs | | license | MIT (Expat) | | upstream url | https://setuptools.pypa.io/en/latest/ | Setuptools are used to build Hydrilla. ### setuptools_scm | field | value | |--------------+-----------------------------------------------------------------------| | name | setuptools_scm | | version | >=5.0 (5.0 used for development) | | copyright | Ronny Pfannschmidt and contributors | | license | MIT (Expat) | | upstream url | https://github.com/pypa/setuptools_scm | Needed to extract some VCS data when building from git repo. ### jsonschema (Python library) | field | value | |--------------+----------------------------------------------------------| | name | jsonschema | | version | >=3.0 (3.2.0 used for development) | | copyright | 2011-2019 Julian Berman and contributors | | license | MIT (Expat) | | upstream url | https://github.com/Julian/jsonschema | This library is used to validate JSON documents loaded by Hydrilla. ### Flask | field | value | |--------------+---------------------------------------------------| | name | flask | | version | no known constraints (1.0.2 used for development) | | copyright | 2010-2021 Pallets | | license | BSD-3-Clause | | upstream url | https://flask.palletsprojects.com/en/2.0.x/ | ### Click | field | value | |--------------+---------------------------------------------------| | name | click | | version | no known constraints (7.1.2 used for development) | | copyright | 2014-2020 Pallets | | license | BSD-3-Clause | | upstream url | https://click.palletsprojects.com/en/8.0.x/ |