From 6a8c4ea1a96a985a736cf9118fe79580523fe84f Mon Sep 17 00:00:00 2001 From: Antonin Bas Date: Mon, 20 May 2024 10:21:09 -0700 Subject: [PATCH] Update CNI binaries version to v1.4.1 (#6334) CVE scanners are currently flagging CVE-2023-45288 (HIGH) in the antrea-agent image, because of the CNI plugin binaries. We bump up the version to v1.4.1 to avoid the warnings from CVE scanners. Signed-off-by: Antonin Bas --- build/images/deps/cni-binaries-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/images/deps/cni-binaries-version b/build/images/deps/cni-binaries-version index 0d0c52f84db..66d62a80013 100644 --- a/build/images/deps/cni-binaries-version +++ b/build/images/deps/cni-binaries-version @@ -1 +1 @@ -v1.4.0 +v1.4.1