Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 1.2] [MEDIUM] [email protected]: SNYK-PYTHON-VIRTUALENV-8136228 CWE-78 [F… #1981

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion example-project/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
poetry==1.2.2
poetry==1.5.1
poetry-core>=1.1.0a7 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools==70.0.0
requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability
certifi>=2022.12.7 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3>=1.26.17 # not directly required, pinned by Snyk to avoid a vulnerability
idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
virtualenv>=20.26.6 # not directly required, pinned by Snyk to avoid a vulnerability
9 changes: 5 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
poetry==1.4.2
poetry-plugin-export==1.3.1
poetry-dynamic-versioning[plugin]==0.20.0
poetry-plugin-tweak-dependencies-version==1.3.0
poetry==1.5.1
poetry-plugin-export==1.4.0
poetry-dynamic-versioning[plugin]==0.19.0
poetry-plugin-tweak-dependencies-version==1.4.0
pre-commit==3.8.0
importlib-metadata<8.0.0>=7.0.0
requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability
Expand All @@ -10,3 +10,4 @@ urllib3>=1.26.17 # not directly required, pinned by Snyk to avoid a vulnerabilit
jinja2>=3.1.3 # not directly required, pinned by Snyk to avoid a vulnerability
idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
virtualenv>=20.26.6 # not directly required, pinned by Snyk to avoid a vulnerability
Loading