chore(security): bump x/net & x/text, pin CI actions to commit SHA - #3
Merged
Merged
Conversation
carlosflorencio
marked this pull request as ready for review
August 1, 2026 19:24
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.
Independent security review found the template still carried the vulnerable transitive Go versions and floating CI action tags; this patch aligns it with the security baseline already applied in kandev-plugin-kandy#4 so new plugins inherit the safer defaults.
Changes
golang.org/x/net0.55.0 → 0.56.0 for GO-2026-5942 / CVE-2026-46600.golang.org/x/text0.37.0 → 0.39.0 for GO-2026-5970 / CVE-2026-56852.golang.org/x/systo 0.46.0 as the required transitive update.Floating runner labels and the SDK checkout ref remain unchanged and out of scope.
Validation
go mod tidyis idempotent.gofmt,go vet ./server/..., andmake testpass.make package-hostpassed; the archive contained the manifest, host executable, UI bundle, and checksums.git diff --checkpass.Summary by cubic
Hardened security by updating
golang.org/x/netandgolang.org/x/textto patched versions and pinning CI actions to commit SHAs. This removes known CVE exposure and locks workflows to audited code.Dependencies
golang.org/x/netto v0.56.0.golang.org/x/textto v0.39.0.golang.org/x/systo v0.46.0 as a transitive update.CI
actions/checkout,actions/setup-go, andsoftprops/action-gh-releaseto audited commit SHAs.Written for commit 37ec1f9. Summary will update on new commits.