Fix CVE-2025-68121 by upgrading to Go 1.26.0#166
Draft
Copilot wants to merge 5 commits into
Draft
Conversation
- Install Go 1.26.0 manually from golang.org - Remove build-snaps dependency on go/1.25/stable - Add build-packages for wget and tar to download Go - CVE-2025-68121 is a critical vulnerability in stdlib fixed in Go 1.26.0 Co-authored-by: nsklikas <19745916+nsklikas@users.noreply.github.com>
- Split long line for GOARCH export - Remove trailing spaces - Ensure line length <= 80 characters Co-authored-by: nsklikas <19745916+nsklikas@users.noreply.github.com>
- Add retry logic for Go download (--tries=3) - Add SHA256 checksum verification for Go tarball - Add error handling for download failures - Support amd64 and arm64 architectures with checksums - Remove trailing spaces for YAML lint compliance Co-authored-by: nsklikas <19745916+nsklikas@users.noreply.github.com>
- Clarify that first GOARCH is for downloading correct tarball - Clarify that second GOARCH is for the build process Co-authored-by: nsklikas <19745916+nsklikas@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix critical vulnerabilities for glauth package version 2.4.0-22.04_69
Fix CVE-2025-68121 by upgrading to Go 1.26.0
Feb 23, 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.
CVE-2025-68121 is a critical stdlib vulnerability affecting glauth:2.4.0-22.04_69. Fixed by upgrading from Go 1.25 to Go 1.26.0.
Changes
Implementation
Build output will confirm Go 1.26.0 usage and checksum verification.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
api.osv.dev/usr/bin/curl curl -s REDACTED(dns block)/usr/bin/curl curl -s REDACTED -d {"commit": "a489f77"} -H Content-Type: application/json(dns block)dl.google.com/usr/bin/wget wget -q REDACTED(dns block)groups.google.com/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)https://api.github.com/graphql/usr/bin/gh gh pr list --state all --limit 20 --json number,title,url(http block)https://api.github.com/repos/golang/go/issues/usr/bin/curl curl -s REDACTED(http block)nvd.nist.gov/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)snapcraft.io/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)vuln.go.dev/usr/bin/curl curl -s REDACTED(dns block)www.cve.org/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.