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

CWE-362 - anyio Race Condition #383

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
943 changes: 472 additions & 471 deletions python/aiffairness/poetry.lock

Large diffs are not rendered by default.

1,895 changes: 990 additions & 905 deletions python/alibiexplainer/poetry.lock

Large diffs are not rendered by default.

1,075 changes: 538 additions & 537 deletions python/artexplainer/poetry.lock

Large diffs are not rendered by default.

843 changes: 421 additions & 422 deletions python/custom_model/poetry.lock

Large diffs are not rendered by default.

829 changes: 414 additions & 415 deletions python/custom_tokenizer/poetry.lock

Large diffs are not rendered by default.

843 changes: 421 additions & 422 deletions python/custom_transformer/poetry.lock

Large diffs are not rendered by default.

1,138 changes: 569 additions & 569 deletions python/huggingfaceserver/poetry.lock

Large diffs are not rendered by default.

1,128 changes: 562 additions & 566 deletions python/kserve/poetry.lock

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions python/kserve/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ timing-asgi = "^0.3.0"
tabulate = "^0.9.0"
pandas = ">=1.3.5"
pydantic = ">1.0,<3"
pyyaml = "^6.0.0"
# Fixes CWE-362, review overtime to make sure this librari was updated so it can be removed.
anyio = "^4.4.0"

# Storage dependencies. They can be opted into by apps.
urllib3 = { version = "^1.26.8", optional = true }
Expand Down
1,122 changes: 560 additions & 562 deletions python/lgbserver/poetry.lock

Large diffs are not rendered by default.

1,142 changes: 570 additions & 572 deletions python/paddleserver/poetry.lock

Large diffs are not rendered by default.

1,122 changes: 560 additions & 562 deletions python/pmmlserver/poetry.lock

Large diffs are not rendered by default.

1,122 changes: 560 additions & 562 deletions python/sklearnserver/poetry.lock

Large diffs are not rendered by default.

829 changes: 414 additions & 415 deletions python/test_resources/graph/error_404_isvc/poetry.lock

Large diffs are not rendered by default.

829 changes: 414 additions & 415 deletions python/test_resources/graph/success_200_isvc/poetry.lock

Large diffs are not rendered by default.

1,122 changes: 560 additions & 562 deletions python/xgbserver/poetry.lock

Large diffs are not rendered by default.

Loading