Skip to content

Commit f3733f4

Browse files
author
Philippe Deslauriers
committed
kubeflow-pipelines-visualization-server: Fix CVE-2023-50447
Signed-off-by: Philippe Deslauriers <philde@chainguard.dev>
1 parent c03e53f commit f3733f4

2 files changed

Lines changed: 19 additions & 5 deletions

File tree

kubeflow-pipelines-visualization-server.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: kubeflow-pipelines-visualization-server
33
version: 2.0.5
4-
epoch: 1
4+
epoch: 2
55
description: Machine Learning Pipelines for Kubeflow
66
copyright:
77
- license: Apache-2.0
@@ -32,7 +32,7 @@ pipeline:
3232

3333
- uses: patch
3434
with:
35-
patches: bump.patch
35+
patches: 0001-Bump-dependencies.patch
3636

3737
- runs: |
3838
ln -sf /usr/bin/python3.10 /usr/bin/python3

kubeflow-pipelines-visualization-server/bump.patch renamed to kubeflow-pipelines-visualization-server/0001-Bump-dependencies.patch

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
From 2f25db1035998e0a6a3c86a8cb0815611928b71a Mon Sep 17 00:00:00 2001
2+
From: Philippe Deslauriers <philde@chainguard.dev>
3+
Date: Tue, 20 Feb 2024 16:25:26 -0800
4+
Subject: [PATCH] Bump dependencies
5+
6+
Signed-off-by: Philippe Deslauriers <philde@chainguard.dev>
7+
---
8+
.../apiserver/visualization/requirements.in | 16 +-
9+
.../apiserver/visualization/requirements.txt | 369 +++++++++++-------
10+
2 files changed, 229 insertions(+), 156 deletions(-)
11+
112
diff --git a/backend/src/apiserver/visualization/requirements.in b/backend/src/apiserver/visualization/requirements.in
213
index 61ebd737b..7c75a8809 100644
314
--- a/backend/src/apiserver/visualization/requirements.in
@@ -28,7 +39,7 @@ index 61ebd737b..7c75a8809 100644
2839
mistune<2.0.0
2940
\ No newline at end of file
3041
diff --git a/backend/src/apiserver/visualization/requirements.txt b/backend/src/apiserver/visualization/requirements.txt
31-
index bd95a0191..1f926ceeb 100644
42+
index bd95a0191..2355efd6c 100644
3243
--- a/backend/src/apiserver/visualization/requirements.txt
3344
+++ b/backend/src/apiserver/visualization/requirements.txt
3445
@@ -1,8 +1,8 @@
@@ -469,7 +480,7 @@ index bd95a0191..1f926ceeb 100644
469480
-pkgutil-resolve-name==1.3.10
470481
- # via jsonschema
471482
-platformdirs==3.10.0
472-
+pillow==10.1.0
483+
+pillow==10.2.0
473484
+ # via
474485
+ # bokeh
475486
+ # tensorflow-model-analysis
@@ -768,5 +779,8 @@ index bd95a0191..1f926ceeb 100644
768779
-zstandard==0.21.0
769780
+zstandard==0.22.0
770781
# via apache-beam
782+
783+
# The following packages are considered to be unsafe in a requirements file:
784+
--
785+
2.43.0
771786

772-
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)