Skip to content

Commit

Permalink
pillow - Buffer Overflow
Browse files Browse the repository at this point in the history
chore: Fixes [CVE-2024-28219](https://www.cve.org/CVERecord?id=CVE-2024-28219)

Signed-off-by: Spolti <fspolti@redhat.com>
  • Loading branch information
spolti committed May 7, 2024
1 parent bfc2e21 commit 900e33d
Show file tree
Hide file tree
Showing 20 changed files with 8,077 additions and 8,202 deletions.
2,338 changes: 1,209 additions & 1,129 deletions docs/samples/explanation/alibi/alibiexplainer/poetry.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/samples/explanation/alibi/alibiexplainer/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "alibiexplainer"
version = "0.12.1"
version = "0.13.0rc0"
description = "Model Explanation Server. Not intended for use outside KServe Frameworks Images."
authors = ["cliveseldon <cc@seldon.io>"]
license = "https://github.com/kserve/kserve/blob/master/LICENSE"
Expand All @@ -11,7 +11,7 @@ packages = [

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
kserve = { path = "../kserve", extras = ["storage"], develop = true }
kserve = { path = "../../../../../python/kserve", extras = ["storage"], develop = true }
alibi = { version = "^0.9.4", extras = ["shap", "tensorflow"] } # From 0.9.5 alibi uses BSL license
tensorflow = ">=2.12.0,<2.14" # the range that supports python 3.8 -- 3.11
dill = "^0.3.6"
Expand All @@ -26,7 +26,7 @@ optional = true
pytest = "^7.2.0"
pytest-cov = "^4.0.0"
mypy = "^0.991"
sklearnserver = { path = "../sklearnserver", develop = true }
sklearnserver = { path = "../../../../../python/sklearnserver", develop = true }

[tool.poetry.group.dev]
optional = true
Expand All @@ -36,7 +36,7 @@ black = { version = "~24.3.0", extras = ["colorama"] }

[tool.poetry-version-plugin]
source = "file"
file_path = "../VERSION"
file_path = "../../../../../python/VERSION"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
2 changes: 1 addition & 1 deletion hack/generate-licenses.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mv license.txt third_party/library/license_go.txt

## Generate a Python License
# See https://github.com/kubeflow/testing/blob/master/py/kubeflow/testing/python-license-tools/README.md
pipenv install -e python/alibiexplainer python/kfserving python/sklearnserver python/xgbserver
pipenv install -e python/kfserving python/sklearnserver python/xgbserver
python ../testing/py/kubeflow/testing/python-license-tools/pipfile_to_github_repo.py
# See https://github.com/kubeflow/testing/blob/master/py/kubeflow/testing/go-license-tools/README.md
python ../testing/py/kubeflow/testing/go-license-tools/get_github_license_info.py --github-api-token-file ~/.github_api_token
Expand Down
929 changes: 458 additions & 471 deletions python/aiffairness/poetry.lock

Large diffs are not rendered by default.

1,307 changes: 646 additions & 661 deletions python/artexplainer/poetry.lock

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion python/artexplainer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ python = ">=3.9,<3.12"
kserve = {path = "../kserve", develop = true}
adversarial-robustness-toolbox = {version = "^1.10.3", extras = ["keras"]}
nest-asyncio = "^1.4.0"
pillow = "^10.2.0"
pillow = "^10.3.0"
# pin to avoid https://github.com/kserve/kserve/actions/runs/8990775750/job/24696874468?pr=3598
h5py = "3.10.0"

[tool.poetry.group.test]
optional = true
Expand Down
1,008 changes: 497 additions & 511 deletions python/custom_model/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion python/custom_model/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ python = ">=3.9,<3.12"
kserve = {path = "../kserve", develop = true}
torchvision = {version = "0.15.1+cpu", source = "pytorch"}
torch = {version = "2.0.0", source = "pytorch"}
pillow = "^10.2.0"
pillow = "^10.3.0"


[[tool.poetry.source]]
Expand Down
867 changes: 426 additions & 441 deletions python/custom_tokenizer/poetry.lock

Large diffs are not rendered by default.

1,014 changes: 500 additions & 514 deletions python/custom_transformer/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion python/custom_transformer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ python = ">=3.9,<3.12"
kserve = {path = "../kserve", develop = true}
torchvision = {version = "0.15.1+cpu", source = "pytorch"}
torch = {version = "2.0.0+cpu", source = "pytorch"}
pillow = "^10.2.0"
pillow = "^10.3.0"


[[tool.poetry.source]]
Expand Down
1,023 changes: 497 additions & 526 deletions python/huggingfaceserver/poetry.lock

Large diffs are not rendered by default.

661 changes: 324 additions & 337 deletions python/kserve/poetry.lock

Large diffs are not rendered by default.

1,031 changes: 509 additions & 522 deletions python/lgbserver/poetry.lock

Large diffs are not rendered by default.

1,160 changes: 574 additions & 586 deletions python/paddleserver/poetry.lock

Large diffs are not rendered by default.

1,139 changes: 563 additions & 576 deletions python/pmmlserver/poetry.lock

Large diffs are not rendered by default.

1,029 changes: 508 additions & 521 deletions python/sklearnserver/poetry.lock

Large diffs are not rendered by default.

861 changes: 423 additions & 438 deletions python/test_resources/graph/error_404_isvc/poetry.lock

Large diffs are not rendered by default.

861 changes: 423 additions & 438 deletions python/test_resources/graph/success_200_isvc/poetry.lock

Large diffs are not rendered by default.

1,033 changes: 510 additions & 523 deletions python/xgbserver/poetry.lock

Large diffs are not rendered by default.

0 comments on commit 900e33d

Please sign in to comment.