Skip to content

Commit

Permalink
The change will fix CVE-2024-45337
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
vkamlesh authored Dec 16, 2024
1 parent 0224d99 commit 0020780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0020780

Please sign in to comment.