Skip to content

Commit

Permalink
Fix CVE
Browse files Browse the repository at this point in the history
 [HIGH] [email protected]: SNYK-PYTHON-WAITRESS-8309635 CWE-772 [Fixed in: 3.0.1].
 [CRITICAL] [email protected]: SNYK-PYTHON-WAITRESS-8309636 CWE-367 [Fixed in: 3.0.1].
  • Loading branch information
sbrunner committed Nov 1, 2024
1 parent f73ec93 commit ceb0cf6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
12 changes: 6 additions & 6 deletions custom/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion custom/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plaster-pastedeploy = "1.0.1"
pyramid = "2.0.2"
pyramid-mako = "1.1.0"
pyramid-debugtoolbar = "4.12.1"
waitress = "3.0.0"
waitress = "3.0.1"
alembic = "1.13.3"
pyramid-retry = "2.1.1"
pyramid-tm = "2.5"
Expand Down
1 change: 1 addition & 0 deletions custom/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ poetry==1.8.3
pip==24.2
certifi>=2024.7.4 # not directly required, pinned by Snyk to avoid a vulnerability
cryptography>=43.0.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
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ target-version = ['py38']
[tool.isort]
profile = "black"
line_length = 110

[tool.poetry]
# For Snyk

0 comments on commit ceb0cf6

Please sign in to comment.