Skip to content
Snippets Groups Projects
Commit 1e137c35 authored by Shane Hutchins's avatar Shane Hutchins
Browse files

Merge branch 'update-fossa' into 'master'

Update fossa Notice

See merge request !271
parents bab42ebb 4a229c15
No related branches found
No related tags found
3 merge requests!299Update Dev branch,!298Securityfix,!271Update fossa Notice
Pipeline #153794 failed
...@@ -17,63 +17,101 @@ The following software have components provided under the terms of this license: ...@@ -17,63 +17,101 @@ The following software have components provided under the terms of this license:
- google-api-core (from https://github.com/googleapis/python-api-core) - google-api-core (from https://github.com/googleapis/python-api-core)
- google-auth (from https://github.com/GoogleCloudPlatform/google-auth-library-python, https://github.com/googleapis/google-auth-library-python) - google-auth (from https://github.com/GoogleCloudPlatform/google-auth-library-python, https://github.com/googleapis/google-auth-library-python)
- google-cloud-core (from https://github.com/googleapis/python-cloud-core) - google-cloud-core (from https://github.com/googleapis/python-cloud-core)
- google-cloud-storage (from https://github.com/googleapis/python-storage) - google-cloud-storage (from https://github.com/GoogleCloudPlatform/google-cloud-python, https://github.com/googleapis/python-storage)
- google-crc32c (from https://github.com/googleapis/python-crc32c) - google-crc32c (from https://github.com/googleapis/python-crc32c)
- google-resumable-media (from https://github.com/googleapis/google-resumable-media-python) - google-resumable-media (from https://github.com/googleapis/google-resumable-media-python)
- googleapis-common-protos (from https://github.com/googleapis/python-api-common-protos) - googleapis-common-protos (from https://github.com/googleapis/python-api-common-protos)
- packaging (from https://pypi.org/project/packaging/22.0/) - importlib-metadata
- packaging (from https://github.com/pypa/packaging, https://pypi.org/project/packaging/22.0/)
- pytest-asyncio (from https://github.com/pytest-dev/pytest-asyncio) - pytest-asyncio (from https://github.com/pytest-dev/pytest-asyncio)
- pytest-dependency (from https://github.com/RKrahl/pytest-dependency) - pytest-dependency (from https://github.com/RKrahl/pytest-dependency)
- python-dateutil (from https://github.com/dateutil/dateutil) - python-dateutil (from https://github.com/dateutil/dateutil)
- python-multipart (from http://github.com/andrew-d/python-multipart) - python-multipart (from http://github.com/andrew-d/python-multipart)
- requests (from http://python-requests.org, https://requests.readthedocs.io) - requests (from http://python-requests.org, https://requests.readthedocs.io)
- responses (from https://github.com/getsentry/responses) - responses (from https://github.com/getsentry/responses)
- rfc3986 (from https://rfc3986.readthedocs.org)
- rsa (from https://stuvel.eu/rsa) - rsa (from https://stuvel.eu/rsa)
- s3transfer (from https://github.com/boto/s3transfer) - s3transfer (from https://github.com/boto/s3transfer)
- sniffio (from https://github.com/python-trio/sniffio) - sniffio (from https://github.com/python-trio/sniffio)
- tenacity (from https://github.com/jd/tenacity) - tenacity (from https://github.com/jd/tenacity)
- toposort (from https://bitbucket.org/ericvsmith/toposort, https://pypi.org/project/toposort/1.7/)
- types-cryptography (from https://github.com/python/typeshed)
- types-toml (from https://github.com/python/typeshed)
- urllib3 (from https://urllib3.readthedocs.io/)
======================================================================== ========================================================================
BSD-2-Clause BSD-2-Clause
======================================================================== ========================================================================
The following software have components provided under the terms of this license: The following software have components provided under the terms of this license:
- oauthlib (from https://github.com/oauthlib/oauthlib) - mock (from http://mock.readthedocs.org/en/latest/, https://github.com/testing-cabal/mock)
- packaging (from https://pypi.org/project/packaging/22.0/) - oauthlib (from https://github.com/idan/oauthlib, https://github.com/oauthlib/oauthlib)
- pyasn1 (from https://github.com/etingof/pyasn1) - packaging (from https://github.com/pypa/packaging, https://pypi.org/project/packaging/22.0/)
- pyasn1-modules (from https://github.com/etingof/pyasn1-modules) - protobuf (from https://developers.google.com/protocol-buffers/)
- pyasn1 (from http://sourceforge.net/projects/pyasn1/, https://github.com/etingof/pyasn1)
- pyasn1-modules (from http://sourceforge.net/projects/pyasn1/, https://github.com/etingof/pyasn1-modules)
======================================================================== ========================================================================
BSD-3-Clause BSD-3-Clause
======================================================================== ========================================================================
The following software have components provided under the terms of this license: The following software have components provided under the terms of this license:
- Flask (from https://palletsprojects.com/p/flask)
- Jinja2 (from http://jinja.pocoo.org/, https://palletsprojects.com/p/jinja/) - Jinja2 (from http://jinja.pocoo.org/, https://palletsprojects.com/p/jinja/)
- MarkupSafe (from https://palletsprojects.com/p/markupsafe/) - MarkupSafe (from https://palletsprojects.com/p/markupsafe/)
- Werkzeug (from https://palletsprojects.com/p/werkzeug/)
- asgiref (from https://github.com/django/asgiref/) - asgiref (from https://github.com/django/asgiref/)
- click (from https://palletsprojects.com/p/click/) - click (from http://github.com/mitsuhiko/click, https://palletsprojects.com/p/click/)
- cryptography (from https://github.com/pyca/cryptography) - cryptography (from https://github.com/pyca/cryptography)
- idna (from https://pypi.org/project/idna/3.4/) - httpcore (from https://github.com/encode/httpcore)
- httpx (from https://github.com/encode/httpx, https://pypi.org/project/httpx/0.23.1/)
- idna (from https://github.com/kjd/idna, https://pypi.org/project/idna/3.4/)
- isodate (from http://cheeseshop.python.org/pypi/isodate) - isodate (from http://cheeseshop.python.org/pypi/isodate)
- itsdangerous (from http://github.com/mitsuhiko/itsdangerous, https://palletsprojects.com/p/itsdangerous/)
- jinja2 - jinja2
- oauthlib (from https://github.com/oauthlib/oauthlib) - mock (from https://github.com/testing-cabal/mock)
- oauthlib (from https://github.com/idan/oauthlib, https://github.com/oauthlib/oauthlib)
- packaging (from https://pypi.org/project/packaging/22.0/) - packaging (from https://pypi.org/project/packaging/22.0/)
- protobuf (from https://developers.google.com/protocol-buffers/) - protobuf (from https://developers.google.com/protocol-buffers/)
- pycparser (from https://github.com/eliben/pycparser) - pycparser (from https://github.com/eliben/pycparser)
- pyrsistent (from https://github.com/tobgu/pyrsistent/) - pyparsing (from http://pyparsing.wikispaces.com/)
- pyrsistent (from http://github.com/tobgu/pyrsistent/, https://github.com/tobgu/pyrsistent/)
- python-dateutil (from https://github.com/dateutil/dateutil) - python-dateutil (from https://github.com/dateutil/dateutil)
- sniffio (from https://github.com/python-trio/sniffio) - sniffio (from https://github.com/python-trio/sniffio)
- starlette (from https://pypi.org/project/starlette/0.22.0/, https://pypi.org/project/starlette/0.23.1/) - starlette (from https://github.com/encode/starlette, https://pypi.org/project/starlette/0.21.0/, https://pypi.org/project/starlette/0.22.0/, https://pypi.org/project/starlette/0.23.0/, https://pypi.org/project/starlette/0.23.1/)
- uvicorn (from https://github.com/tomchristie/uvicorn, https://pypi.org/project/uvicorn/0.20.0/, https://www.uvicorn.org/) - uvicorn (from https://github.com/tomchristie/uvicorn, https://pypi.org/project/uvicorn/0.18.3/, https://pypi.org/project/uvicorn/0.19.0/, https://pypi.org/project/uvicorn/0.20.0/, https://www.uvicorn.org/)
========================================================================
CC-BY-2.5
========================================================================
- Werkzeug (from https://palletsprojects.com/p/werkzeug/)
========================================================================
CC-BY-3.0
========================================================================
- Werkzeug (from https://palletsprojects.com/p/werkzeug/)
========================================================================
CC0-1.0
========================================================================
- ecdsa (from http://github.com/tlsfuzzer/python-ecdsa)
========================================================================
GPL-3.0-only
========================================================================
- rfc3986 (from https://rfc3986.readthedocs.org)
======================================================================== ========================================================================
ISC ISC
======================================================================== ========================================================================
The following software have components provided under the terms of this license: The following software have components provided under the terms of this license:
- Flask (from https://palletsprojects.com/p/flask)
- Jinja2 (from http://jinja.pocoo.org/, https://palletsprojects.com/p/jinja/) - Jinja2 (from http://jinja.pocoo.org/, https://palletsprojects.com/p/jinja/)
- MarkupSafe (from https://palletsprojects.com/p/markupsafe/) - MarkupSafe (from https://palletsprojects.com/p/markupsafe/)
- click (from https://palletsprojects.com/p/click/) - Werkzeug (from https://palletsprojects.com/p/werkzeug/)
- click (from http://github.com/mitsuhiko/click, https://palletsprojects.com/p/click/)
- itsdangerous (from http://github.com/mitsuhiko/itsdangerous, https://palletsprojects.com/p/itsdangerous/)
- jinja2 - jinja2
- requests-oauthlib (from https://github.com/requests/requests-oauthlib) - requests-oauthlib (from https://github.com/requests/requests-oauthlib)
...@@ -91,6 +129,11 @@ The following software have components provided under the terms of this license: ...@@ -91,6 +129,11 @@ The following software have components provided under the terms of this license:
- chardet (from https://github.com/chardet/chardet) - chardet (from https://github.com/chardet/chardet)
========================================================================
LGPL-3.0-only
========================================================================
- chardet (from https://github.com/chardet/chardet)
======================================================================== ========================================================================
LGPL-3.0-or-later LGPL-3.0-or-later
======================================================================== ========================================================================
...@@ -103,48 +146,60 @@ MIT ...@@ -103,48 +146,60 @@ MIT
======================================================================== ========================================================================
The following software have components provided under the terms of this license: The following software have components provided under the terms of this license:
- Flask (from https://palletsprojects.com/p/flask)
- PyJWT (from http://github.com/jpadilla/pyjwt, https://github.com/jpadilla/pyjwt) - PyJWT (from http://github.com/jpadilla/pyjwt, https://github.com/jpadilla/pyjwt)
- anyio (from https://pypi.org/project/anyio/3.3.0/, https://pypi.org/project/anyio/3.6.2/) - PyYAML (from http://pyyaml.org/wiki/PyYAML)
- anyio (from https://pypi.org/project/anyio/3.3.0/, https://pypi.org/project/anyio/3.6.1/, https://pypi.org/project/anyio/3.6.2/)
- attrs (from https://attrs.readthedocs.io/, https://www.attrs.org/) - attrs (from https://attrs.readthedocs.io/, https://www.attrs.org/)
- azure-common (from https://github.com/Azure/azure-sdk-for-python) - azure-common (from https://github.com/Azure/azure-sdk-for-python)
- azure-core (from https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-core) - azure-core (from https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-core)
- azure-identity (from https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity) - azure-identity (from https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity, https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/identity/azure-identity)
- azure-keyvault-secrets (from https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/keyvault/azure-keyvault-secrets) - azure-keyvault-secrets (from https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/keyvault/azure-keyvault-secrets, https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/keyvault/azure-keyvault-secrets)
- azure-storage-blob (from https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob) - azure-storage-blob (from https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob)
- botocore (from https://github.com/boto/botocore) - botocore (from https://github.com/boto/botocore)
- cachetools (from https://github.com/tkem/cachetools/) - cachetools (from https://github.com/tkem/cachetools/)
- cffi - cffi
- coloredlogs (from https://coloredlogs.readthedocs.io) - coloredlogs (from https://coloredlogs.readthedocs.io)
- coverage (from https://github.com/nedbat/coveragepy) - coverage (from https://github.com/nedbat/coveragepy)
- exceptiongroup (from https://pypi.org/project/exceptiongroup/1.0.1/, https://pypi.org/project/exceptiongroup/1.0.4/) - ecdsa (from http://github.com/tlsfuzzer/python-ecdsa)
- fastapi (from https://pypi.org/project/fastapi/0.86.0/, https://pypi.org/project/fastapi/0.88.0/) - exceptiongroup (from https://pypi.org/project/exceptiongroup/1.0.0/, https://pypi.org/project/exceptiongroup/1.0.0rc9/, https://pypi.org/project/exceptiongroup/1.0.1/, https://pypi.org/project/exceptiongroup/1.0.4/)
- fastapi (from https://pypi.org/project/fastapi/0.85.0/, https://pypi.org/project/fastapi/0.85.1/, https://pypi.org/project/fastapi/0.85.2/, https://pypi.org/project/fastapi/0.86.0/, https://pypi.org/project/fastapi/0.88.0/)
- h11 - h11
- humanfriendly (from https://humanfriendly.readthedocs.io) - humanfriendly (from https://humanfriendly.readthedocs.io)
- iniconfig (from http://github.com/RonnyPfannschmidt/iniconfig) - iniconfig (from http://github.com/RonnyPfannschmidt/iniconfig)
- jmespath (from https://github.com/jmespath/jmespath.py) - jmespath (from https://github.com/jmespath/jmespath.py)
- jsonschema - jsonschema
- msal (from https://github.com/AzureAD/microsoft-authentication-library-for-python) - msal (from https://github.com/AzureAD/microsoft-authentication-library-for-python)
- msal-extensions (from https://pypi.org/project/msal-extensions/1.0.0/) - msal-extensions (from https://pypi.org/project/msal-extensions/0.1.3/, https://pypi.org/project/msal-extensions/1.0.0/)
- msrest (from https://github.com/Azure/msrest-for-python) - msrest (from https://github.com/Azure/msrest-for-python)
- munch (from http://github.com/Infinidat/munch) - munch (from http://github.com/Infinidat/munch)
- pluggy - pluggy
- py (from https://py.readthedocs.io/) - py (from https://py.readthedocs.io/)
- pydantic (from https://github.com/samuelcolvin/pydantic) - pydantic (from https://github.com/pydantic/pydantic, https://github.com/samuelcolvin/pydantic)
- pyrsistent (from https://github.com/tobgu/pyrsistent/) - pyparsing (from http://pyparsing.wikispaces.com/)
- pyrsistent (from http://github.com/tobgu/pyrsistent/, https://github.com/tobgu/pyrsistent/)
- pytest (from http://pytest.org, https://docs.pytest.org/en/latest/) - pytest (from http://pytest.org, https://docs.pytest.org/en/latest/)
- pytest-cov (from https://github.com/pytest-dev/pytest-cov) - pytest-cov (from https://github.com/pytest-dev/pytest-cov)
- pytest-httpx (from https://colin-b.github.io/pytest_httpx/)
- pytest-mock (from https://github.com/pytest-dev/pytest-mock/) - pytest-mock (from https://github.com/pytest-dev/pytest-mock/)
- pytest-order (from https://github.com/pytest-dev/pytest-order) - pytest-order (from https://github.com/pytest-dev/pytest-order)
- python-jose (from http://github.com/mpdavis/python-jose)
- pytz (from http://pythonhosted.org/pytz) - pytz (from http://pythonhosted.org/pytz)
- requests (from http://python-requests.org, https://requests.readthedocs.io) - requests (from http://python-requests.org, https://requests.readthedocs.io)
- six (from https://github.com/benjaminp/six) - six (from http://pypi.python.org/pypi/six/, https://github.com/benjaminp/six)
- sniffio (from https://github.com/python-trio/sniffio) - sniffio (from https://github.com/python-trio/sniffio)
- starlette (from https://pypi.org/project/starlette/0.22.0/, https://pypi.org/project/starlette/0.23.1/) - starlette (from https://github.com/encode/starlette, https://pypi.org/project/starlette/0.21.0/, https://pypi.org/project/starlette/0.22.0/, https://pypi.org/project/starlette/0.23.0/, https://pypi.org/project/starlette/0.23.1/)
- starlette-context (from https://github.com/tomwojcik/starlette-context) - starlette-context (from https://github.com/tomwojcik/starlette-context)
- toml (from https://github.com/uiri/toml)
- tomli (from https://pypi.org/project/tomli/1.2.2/, https://pypi.org/project/tomli/2.0.0/, https://pypi.org/project/tomli/2.0.1/) - tomli (from https://pypi.org/project/tomli/1.2.2/, https://pypi.org/project/tomli/2.0.0/, https://pypi.org/project/tomli/2.0.1/)
- urllib3 (from https://urllib3.readthedocs.io/) - urllib3 (from https://urllib3.readthedocs.io/)
- uuid7 (from https://github.com/stevesimmons/uuid7) - uuid7 (from https://github.com/stevesimmons/uuid7)
========================================================================
MIT-CMU
========================================================================
- pyparsing (from http://pyparsing.wikispaces.com/)
======================================================================== ========================================================================
MPL-2.0 MPL-2.0
======================================================================== ========================================================================
...@@ -166,12 +221,20 @@ Python-2.0 ...@@ -166,12 +221,20 @@ Python-2.0
The following software have components provided under the terms of this license: The following software have components provided under the terms of this license:
- cryptography (from https://github.com/pyca/cryptography) - cryptography (from https://github.com/pyca/cryptography)
- exceptiongroup (from https://pypi.org/project/exceptiongroup/1.0.1/, https://pypi.org/project/exceptiongroup/1.0.4/) - exceptiongroup (from https://pypi.org/project/exceptiongroup/1.0.0/, https://pypi.org/project/exceptiongroup/1.0.0rc9/, https://pypi.org/project/exceptiongroup/1.0.1/, https://pypi.org/project/exceptiongroup/1.0.4/)
- fastapi (from https://pypi.org/project/fastapi/0.85.0/, https://pypi.org/project/fastapi/0.85.1/, https://pypi.org/project/fastapi/0.85.2/, https://pypi.org/project/fastapi/0.86.0/, https://pypi.org/project/fastapi/0.88.0/)
- portalocker (from https://github.com/WoLpH/portalocker) - portalocker (from https://github.com/WoLpH/portalocker)
- protobuf (from https://developers.google.com/protocol-buffers/) - protobuf (from https://developers.google.com/protocol-buffers/)
- typing-extensions (from https://pypi.org/project/typing-extensions/4.4.0/) - pytest-mock (from https://github.com/pytest-dev/pytest-mock/)
- sniffio (from https://github.com/python-trio/sniffio)
- typing-extensions (from https://pypi.org/project/typing-extensions/4.2.0/, https://pypi.org/project/typing-extensions/4.4.0/)
- urllib3 (from https://urllib3.readthedocs.io/) - urllib3 (from https://urllib3.readthedocs.io/)
========================================================================
libgd-2018
========================================================================
- pytz (from http://pythonhosted.org/pytz)
======================================================================== ========================================================================
mit-old-style-no-advert mit-old-style-no-advert
======================================================================== ========================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment