From 00207807ab3d3efb881dba2d9fbf8bcf74683722 Mon Sep 17 00:00:00 2001 From: Kamlesh Verma Date: Mon, 16 Dec 2024 20:37:38 +0530 Subject: [PATCH] The change will fix CVE-2024-45337 The change will fix CVE-2023-45288 Vulnerability details: https://nvd.nist.gov/vuln/detail/CVE-2024-45337 Fix: golang/go#70779 Signed-off-by: Kamlesh Verma --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 233bdc2979..dfe672108e 100644 --- a/go.mod +++ b/go.mod @@ -177,7 +177,7 @@ require ( go.opentelemetry.io/otel/trace v1.32.0 // indirect go.starlark.net v0.0.0-20201006213952-227f4aabceb5 // indirect go.uber.org/multierr v1.11.0 // indirect - golang.org/x/crypto v0.29.0 // indirect + golang.org/x/crypto v0.31.0 // indirect golang.org/x/sync v0.9.0 // indirect golang.org/x/sys v0.27.0 // indirect golang.org/x/term v0.26.0 // indirect