fix: bump golang.org/x/crypto to v0.52.0 to resolve Trivy CVEs#1720
Merged
Conversation
Bumps golang.org/x/crypto from v0.51.0 to v0.52.0 to fix 8 HIGH severity CVEs (CVE-2026-39827 through CVE-2026-46598) that caused the sidecar image Trivy scan to fail in CI. Signed-off-by: Cong Liu <conliu@google.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates the router’s Go module dependencies to bump golang.org/x/crypto to v0.52.0, with the goal of resolving HIGH-severity CVEs that are causing the sidecar image Trivy scan to fail in CI.
Changes:
- Bump
golang.org/x/cryptofromv0.51.0tov0.52.0ingo.mod. - Update
go.sumchecksums to match the newgolang.org/x/cryptoversion.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates the required golang.org/x/crypto module version to v0.52.0. |
| go.sum | Updates module checksum entries to align with golang.org/x/crypto v0.52.0. |
Closed
Member
Author
|
CI-dev workflow validated on fork (run):
The |
elevran
approved these changes
Jun 23, 2026
liu-cong
added a commit
that referenced
this pull request
Jun 23, 2026
Bumps golang.org/x/crypto from v0.51.0 to v0.52.0 to fix 8 HIGH severity CVEs (CVE-2026-39827 through CVE-2026-46598) that caused the sidecar image Trivy scan to fail in CI. Signed-off-by: Cong Liu <conliu@google.com>
liu-cong
added a commit
that referenced
this pull request
Jun 23, 2026
Bumps golang.org/x/crypto from v0.51.0 to v0.52.0 to fix 8 HIGH severity CVEs (CVE-2026-39827 through CVE-2026-46598) that caused the sidecar image Trivy scan to fail in CI. Signed-off-by: Cong Liu <conliu@google.com>
ahg-g
pushed a commit
that referenced
this pull request
Jun 26, 2026
* release: set LATENCY_PREDICTOR_TAG to v0.8.0-rc.1 Signed-off-by: Cong Liu <conliu@google.com> * deps(go): bump llm-d-kv-cache to v0.9.0 (#1691) Update github.com/llm-d/llm-d-kv-cache from v0.9.0-rc.1 to the released v0.9.0. Signed-off-by: Maroon Ayoub <mayoub@redhat.com> Signed-off-by: Cong Liu <conliu@google.com> * fix(chart): update latency predictor image path to match subchart nesting (#1683) Signed-off-by: weizhoublue <weizhou.lan@daocloud.io> Signed-off-by: Cong Liu <conliu@google.com> * consume official latency predictor v0.8 release (#1729) Signed-off-by: greg pereira <grpereir@redhat.com> * ci: add artifacts target and upload-artifacts job for CRDs (#1713) Signed-off-by: Cong Liu <conliu@google.com> * fix: bump golang.org/x/crypto to v0.52.0 to resolve Trivy CVEs (#1720) Bumps golang.org/x/crypto from v0.51.0 to v0.52.0 to fix 8 HIGH severity CVEs (CVE-2026-39827 through CVE-2026-46598) that caused the sidecar image Trivy scan to fail in CI. Signed-off-by: Cong Liu <conliu@google.com> * docs: assemble release notes for v0.9.0 Signed-off-by: llm-d-router-release-notes[bot] <287676111+llm-d-router-release-notes[bot]@users.noreply.github.com> * revert the latency predictor change Signed-off-by: Cong Liu <conliu@google.com> * Update push-chart.sh Signed-off-by: Cong Liu <conliu@google.com> --------- Signed-off-by: Cong Liu <conliu@google.com> Signed-off-by: Maroon Ayoub <mayoub@redhat.com> Signed-off-by: weizhoublue <weizhou.lan@daocloud.io> Signed-off-by: greg pereira <grpereir@redhat.com> Signed-off-by: llm-d-router-release-notes[bot] <287676111+llm-d-router-release-notes[bot]@users.noreply.github.com> Co-authored-by: Cong Liu <conliu@google.com> Co-authored-by: Maroon Ayoub <maroon.ayoub@ibm.com> Co-authored-by: weizhoublue <45163302+weizhoublue@users.noreply.github.com> Co-authored-by: Greg Pereira <grpereir@redhat.com> Co-authored-by: llm-d-router-release-notes[bot] <287676111+llm-d-router-release-notes[bot]@users.noreply.github.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/cryptofrom v0.51.0 to v0.52.0go.modandgo.sumupdatedTest plan
go build ./...passesSigned-off-by: Cong Liu conliu@google.com