Skip to content

Commit 5d2b225

Browse files
authored
Merge pull request #2257 from andyzhangx/CVE-2025-58181
fix: CVE-2025-58181
2 parents 7bd23a9 + 522c170 commit 5d2b225

File tree

8 files changed

+96
-51
lines changed

8 files changed

+96
-51
lines changed

.trivyignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ CVE-2025-58189
88
CVE-2025-61723
99
CVE-2025-61724
1010
CVE-2025-61725
11+
CVE-2025-47914
12+
CVE-2025-58181

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ require (
155155
go.opentelemetry.io/proto/otlp v1.4.0 // indirect
156156
go.yaml.in/yaml/v2 v2.4.2 // indirect
157157
go.yaml.in/yaml/v3 v3.0.4 // indirect
158-
golang.org/x/crypto v0.44.0 // indirect
158+
golang.org/x/crypto v0.45.0 // indirect
159159
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 // indirect
160160
golang.org/x/mod v0.29.0 // indirect
161161
golang.org/x/oauth2 v0.30.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,8 @@ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPh
360360
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
361361
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
362362
golang.org/x/crypto v0.17.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4=
363-
golang.org/x/crypto v0.44.0 h1:A97SsFvM3AIwEEmTBiaxPPTYpDC47w720rdiiUvgoAU=
364-
golang.org/x/crypto v0.44.0/go.mod h1:013i+Nw79BMiQiMsOPcVCB5ZIJbYkerPrGnOa00tvmc=
363+
golang.org/x/crypto v0.45.0 h1:jMBrvKuj23MTlT0bQEOBcAE0mjg8mK9RXFhRH6nyF3Q=
364+
golang.org/x/crypto v0.45.0/go.mod h1:XTGrrkGJve7CYK7J8PEww4aY7gM3qMCElcJQ8n8JdX4=
365365
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 h1:y5zboxd6LQAqYIhHnB48p0ByQ/GnQx2BE33L8BOHQkI=
366366
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6/go.mod h1:U6Lno4MTRCDY+Ba7aCcauB9T60gsv5s4ralQzP72ZoQ=
367367
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=

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

Lines changed: 1 addition & 0 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/ssh_gss.go

Lines changed: 7 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/streamlocal.go

Lines changed: 2 additions & 2 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/tcpip.go

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ go.yaml.in/yaml/v2
654654
# go.yaml.in/yaml/v3 v3.0.4
655655
## explicit; go 1.16
656656
go.yaml.in/yaml/v3
657-
# golang.org/x/crypto v0.44.0
657+
# golang.org/x/crypto v0.45.0
658658
## explicit; go 1.24.0
659659
golang.org/x/crypto/blowfish
660660
golang.org/x/crypto/chacha20

0 commit comments

Comments
 (0)