From f1564e8dbd139c0bb9a1b5ce817c9ca53405b203 Mon Sep 17 00:00:00 2001 From: Antonin Bas Date: Tue, 21 May 2024 17:17:23 -0700 Subject: [PATCH] Update CNI binaries version to v1.4.1 (#6334) (#6352) 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