fix(deps): x/crypto v0.52.0 (SSH CVE 8건 HIGH 해소)#378
Merged
Conversation
CVE-2026-39827/39828/39829/39830/39835/42508/46595/46597 (golang.org/x/crypto/ssh 권한·DoS·인증우회). indirect dep, go get + tidy. §2.2 modern-first + 보안. 검증: go build + go test ./internal/mongodb/... PASS. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: phil <phil@keiailab.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
golang.org/x/cryptov0.51.0 → v0.52.0 — SSH 관련 HIGH CVE 8건(CVE-2026-39827~46597) 해소. make release Trivy audit 게이트 차단 해소 + §2.2 modern-first.변경
go.mod/go.sum: x/crypto v0.52.0 (indirect).
go get golang.org/x/crypto@v0.52.0 && go mod tidy.검증
go build ./...OKgo test ./internal/mongodb/...PASS🤖 Generated with Claude Code