Skip to content

fix: vuln 0512#28

Merged
chengjingtao merged 1 commit into
alauda/release-1.10from
fix/vuln-0512
May 12, 2026
Merged

fix: vuln 0512#28
chengjingtao merged 1 commit into
alauda/release-1.10from
fix/vuln-0512

Conversation

@chengjingtao
Copy link
Copy Markdown

@chengjingtao chengjingtao commented May 12, 2026

Summary

  • Bump google.golang.org/grpc v1.58.3 → v1.79.3 (fixes Critical CVE-2026-33186)
  • Switch .build/build.yaml tool-image from devops/builder-go:latest (Go 1.25.7) to devops/github/builder-go:latest (Go 1.26.3, fixes 15 stdlib CVEs incl. Critical CVE-2025-68121)
  • go mod tidy + go mod vendor (regenerated vendor tree, ~314 files)

Why

Bundle redline-static-scan on knative-operator-bundle:v3.20.9 flagged:

The eventing repo already uses the /github/ mirror via PR #13. Operator was missed in that pass.

Notes

Part of v3.20.10 vuln-fix sweep for knative-operator-bundle. Companion PRs:

- bump google.golang.org/grpc v1.58.3 -> v1.79.3 (fixes Critical CVE-2026-33186)
- switch .build/build.yaml tool-image from devops/builder-go:latest to
  devops/github/builder-go:latest (Go 1.26.3, fixes stdlib CVEs incl. CVE-2025-68121)
- go mod tidy + go mod vendor (regenerated vendor tree)

Part of v3.20.10 vuln-fix sweep for knative-operator-bundle.
@chengjingtao chengjingtao merged commit c861803 into alauda/release-1.10 May 12, 2026
1 check passed
chengjingtao pushed a commit that referenced this pull request May 13, 2026
Mirrors hack/patches/006-conversion-webhook.patch and 007-conversion-reconciler.patch
from PR #25 so the cert-rotation reconciler's USE_OLM_TLS guard also survives
`go mod vendor` runs.

The reason PR #25's vendor edits disappeared after the vuln-0512 sweep was that
nobody ran `make update-deps` (= `git apply hack/patches/*.patch`) after the
vendor regeneration. Adding 008 alongside its sibling patches keeps the recovery
mechanical: `go mod vendor && make update-deps` reproduces the working tree.

Without this file, a future vendor regeneration would silently revert this PR's
fix the same way PR #28 reverted PR #25's.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants