Skip to content
Snippets Groups Projects
Commit 9f18d4a2 authored by Derek Zhang's avatar Derek Zhang
Browse files

Merge branch 'cve-fix' into 'master'

fix: multipart cve

See merge request !545
parents 330875ee bb6ef633
No related branches found
No related tags found
1 merge request!545fix: multipart cve
Pipeline #296529 failed
......@@ -23,7 +23,7 @@ The following software have components provided under the terms of this license:
- elasticsearch (from https://github.com/elastic/elasticsearch, https://pypi.org/project/elasticsearch/, https://repo1.maven.org/maven2/org/elasticsearch/elasticsearch)
- elasticsearch-dsl (from https://github.com/elasticsearch/elasticsearch-dsl-py)
- fastapi (from https://pypi.org/project/fastapi/, https://pypi.org/project/fastapi/0.86.0/)
- google-api-core (from https://github.com/googleapis/python-api-core)
- google-api-core (from https://pypi.org/project/google-api-core/)
- 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-storage (from https://github.com/GoogleCloudPlatform/google-cloud-python, https://github.com/googleapis/python-storage)
......@@ -98,7 +98,7 @@ MIT
========================================================================
The following software have components provided under the terms of this license:
- PyJWT (from http://github.com/jpadilla/pyjwt, https://github.com/jpadilla/pyjwt)
- PyJWT (from http://github.com/jpadilla/pyjwt, https://pypi.org/project/PyJWT/)
- PyYAML (from http://pyyaml.org/wiki/PyYAML)
- Pygments (from https://pygments.org/)
- annotated-types (from https://pypi.org/project/annotated-types/, https://pypi.org/project/annotated-types/0.5.0/, https://pypi.org/project/annotated-types/0.6.0/)
......@@ -124,6 +124,7 @@ The following software have components provided under the terms of this license:
- msal (from https://github.com/AzureAD/microsoft-authentication-library-for-python)
- msal-extensions (from https://pypi.org/project/msal-extensions/1.0.0/)
- munch (from http://github.com/Infinidat/munch, https://github.com/Infinidat/munch)
- packaging (from https://pypi.org/project/packaging/, https://pypi.org/project/packaging/22.0/)
- pluggy
- protobuf (from https://developers.google.com/protocol-buffers/)
- pydantic (from https://github.com/samuelcolvin/pydantic, https://pypi.org/project/pydantic/)
......
......@@ -16,7 +16,7 @@ ruamel.yaml
ruamel.yaml.string
psutil
python-multipart
python-multipart>=0.0.18
# Testing
pytest
......
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