Skip to content

Commit bcb2c3e

Browse files
authored
kubeflow-pipelines-visualization-server: fix CVE-2025-1550 (#46368)
By bumping keras to 3.9.0.
1 parent 4fcf98a commit bcb2c3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kubeflow-pipelines-visualization-server.yaml

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

kubeflow-pipelines-visualization-server/0001-Bump-dependencies.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ index fa15911..641e5ff 100644
502502
-keras==2.10.0
503503
- # via tensorflow
504504
-keras-preprocessing==1.1.2
505-
+keras==3.8.0
505+
+keras==3.9.0
506506
# via tensorflow
507507
+keyring==25.6.0
508508
+ # via keyrings-google-artifactregistry-auth

0 commit comments

Comments
 (0)