fix: vuln 0512#22
Merged
Merged
Conversation
Switch tool-image from devops/builder-go:latest to devops/github/builder-go:latest to pick up Go 1.26.3 (fixes stdlib CVEs including CVE-2025-68121). Follows same pattern as knative-eventing PR #13 (fix vuln 1205).
Author
|
Build / build / Build (pull_request) 是 knative 自动同步过来的 workflow, 其中 runner 升级了golang 的版本, 配套 go 的一些包需要升级。 该部分我们实际用不到,已经失败了很久。 单独开一个PR 来处理。 |
lentil1016
approved these changes
May 12, 2026
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.
Switch tool-image from
devops/builder-go:latesttodevops/github/builder-go:latestto pick up Go 1.26.3.The
devops/builder-go:latestmirror still ships Go 1.25.7, which leaves 15 stdlib CVEs unfixed (incl. Critical CVE-2025-68121). Thedevops/github/builder-go:latestmirror was rebuilt 2026-05-08 and now ships Go 1.26.3.Follows the same pattern as eventing PR #13 (
fix: vuln 1205).Part of the v3.20.10 vuln-fix sweep for
knative-operator-bundle.