From f4ddcee02328a6275f25babf45df368e00df73bb Mon Sep 17 00:00:00 2001 From: Pattern Security Automation Date: Tue, 14 Jul 2026 04:59:37 -0600 Subject: [PATCH] fix(security): bump golang.org/x/crypto to 0.43.0 CVE: CVE-2025-47913 Component: golang.org/x/crypto Fixed version: 0.43.0 Manifest: go.mod Dependency type: direct --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 29c8f75..be2f4a8 100644 --- a/go.mod +++ b/go.mod @@ -115,7 +115,7 @@ require ( go.opentelemetry.io/otel/trace v1.38.0 // indirect go.yaml.in/yaml/v2 v2.4.2 // indirect go.yaml.in/yaml/v3 v3.0.4 // indirect - golang.org/x/crypto v0.42.0 // indirect + golang.org/x/crypto v0.43.0 // indirect golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 // indirect golang.org/x/mod v0.27.0 // indirect golang.org/x/net v0.44.0 // indirect