Merged
Conversation
Fixes for CVEs to silence vuln checking: Covers Sync Gateway tests only: - GO-2026-4603 URLs in meta content attribute actions are not escaped in html/template No impact: - GO-2026-4602 FileInfo can escape from a Root in os Doesn't affect Sync Gateway since Sync Gateway doesn't collect metadata. Low impact: - GO-2026-4601 Incorrect parsing of IPv6 host literals in net/url This is used by oidc code but it is very unlikely to configure a IPv6 literal and not DNS.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Go toolchain patch version used by Sync Gateway’s CI and build manifest to address Go CVEs flagged by govulncheck.
Changes:
- Bump GitHub Actions CI Go version from 1.25.7 to 1.25.8.
- Bump
manifest/default.xmlGo version inproduct-config.jsonfrom 1.25.7 to 1.25.8.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
manifest/product-config.json |
Updates the default manifest’s go_version to 1.25.8 for production builds. |
.github/workflows/ci.yml |
Updates CI to install/use Go 1.25.8 via actions/setup-go. |
bbrks
approved these changes
Mar 9, 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.
Fixes for CVEs to silence govulncheck. These don't really affect Sync Gateway meaningfully.
Covers Sync Gateway tests only:
No impact:
Low impact: