Skip to content

Commit efca595

Browse files
Merge pull request #3800 from landreasyan/fix-trivy-crypto-cve
chore(deps): bump golang.org/x/crypto to v0.56.0 to fix Trivy CVEs
2 parents 8fb8ed3 + 1311637 commit efca595

6 files changed

Lines changed: 50 additions & 30 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ require (
137137
go.opentelemetry.io/proto/otlp v1.11.0 // indirect
138138
go.yaml.in/yaml/v2 v2.4.4 // indirect
139139
go.yaml.in/yaml/v3 v3.0.5 // indirect
140-
golang.org/x/crypto v0.55.0 // indirect
140+
golang.org/x/crypto v0.56.0 // indirect
141141
golang.org/x/exp v0.0.0-20250911091902-df9299821621 // indirect
142142
golang.org/x/mod v0.38.0 // indirect
143143
golang.org/x/oauth2 v0.36.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,8 +530,8 @@ golang.org/x/crypto v0.41.0/go.mod h1:pO5AFd7FA68rFak7rOAGVuygIISepHftHnr8dr6+sU
530530
golang.org/x/crypto v0.42.0/go.mod h1:4+rDnOTJhQCx2q7/j6rAN5XDw8kPjeaXEUR2eL94ix8=
531531
golang.org/x/crypto v0.43.0/go.mod h1:BFbav4mRNlXJL4wNeejLpWxB7wMbc79PdRGhWKncxR0=
532532
golang.org/x/crypto v0.44.0/go.mod h1:013i+Nw79BMiQiMsOPcVCB5ZIJbYkerPrGnOa00tvmc=
533-
golang.org/x/crypto v0.55.0 h1:+KWHjbgOaAQ66dh/YlkZKHlz9ZUlq61AFirAR9ntP8M=
534-
golang.org/x/crypto v0.55.0/go.mod h1:uq0V9dE/fzQuJtbnL+2EhWOE63vo164FY8xqEnV9xis=
533+
golang.org/x/crypto v0.56.0 h1:GUh5Ii4J5jtcseSMiRqr1jXCNHoxjeV9Fmekc2oLy6Y=
534+
golang.org/x/crypto v0.56.0/go.mod h1:OMW5y6CY9l38uPLmxU6l6pwcXp1obtLo3e6gT7gQR2I=
535535
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
536536
golang.org/x/exp v0.0.0-20220909182711-5c715a9e8561/go.mod h1:cyybsKvd6eL0RnXn6p/Grxp8F5bW7iYuBgsNCOHpMYE=
537537
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56/go.mod h1:M4RDyNAINzryxdtnbRXRL/OHtkFuWGRjvuhBJpk2IlY=

vendor/golang.org/x/crypto/ssh/certs.go

Lines changed: 17 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/crypto/ssh/channel.go

Lines changed: 19 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/crypto/ssh/transport.go

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,8 +569,8 @@ go.yaml.in/yaml/v2
569569
# go.yaml.in/yaml/v3 v3.0.5
570570
## explicit; go 1.16
571571
go.yaml.in/yaml/v3
572-
# golang.org/x/crypto v0.55.0
573-
## explicit; go 1.25.0
572+
# golang.org/x/crypto v0.56.0
573+
## explicit; go 1.26.0
574574
golang.org/x/crypto/blowfish
575575
golang.org/x/crypto/chacha20
576576
golang.org/x/crypto/cryptobyte

0 commit comments

Comments
 (0)