More security updates. - #240
Merged
Merged
Conversation
Contributor
|
jeff-cohere
force-pushed
the
security-updates
branch
from
August 27, 2026 20:53
baaab87 to
e5cd225
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #240 +/- ##
==========================================
+ Coverage 59.18% 65.86% +6.68%
==========================================
Files 35 35
Lines 4773 4213 -560
==========================================
- Hits 2825 2775 -50
+ Misses 1616 1438 -178
+ Partials 332 0 -332 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Go toolchain and selected Go dependencies / container base images, primarily to address security vulnerabilities without intended functional changes.
Changes:
- Bump
golang.org/x/nettov0.56.0andgolang.org/x/systov0.46.0(with correspondinggo.sumand vendored updates). - Update CI to use Go
^1.27for PR/push builds. - Update Docker build/runtime images to
golang:1.27.0-alpineandalpine:3.24.1.
Reviewed changes
Copilot reviewed 3 out of 21 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
vendor/modules.txt |
Updates vendored module version records for x/net and x/sys. |
vendor/golang.org/x/sys/unix/ztypes_linux.go |
Vendored x/sys update adds GPIO v2 ioctl constants and related types. |
vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go |
Vendored x/sys update adds GPIO_GET_CHIPINFO_IOCTL for sparc64. |
vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go |
Vendored x/sys update adds GPIO_GET_CHIPINFO_IOCTL for s390x. |
vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go |
Vendored x/sys update adds GPIO_GET_CHIPINFO_IOCTL for riscv64. |
vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go |
Vendored x/sys update adds GPIO_GET_CHIPINFO_IOCTL for ppc64le. |
vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go |
Vendored x/sys update adds GPIO_GET_CHIPINFO_IOCTL for ppc64. |
vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go |
Vendored x/sys update adds GPIO_GET_CHIPINFO_IOCTL for ppc. |
vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go |
Vendored x/sys update adds GPIO_GET_CHIPINFO_IOCTL for mipsle. |
vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go |
Vendored x/sys update adds GPIO_GET_CHIPINFO_IOCTL for mips64le. |
vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go |
Vendored x/sys update adds GPIO_GET_CHIPINFO_IOCTL for mips64. |
vendor/golang.org/x/sys/unix/ztypes_linux_mips.go |
Vendored x/sys update adds GPIO_GET_CHIPINFO_IOCTL for mips. |
vendor/golang.org/x/sys/unix/ztypes_linux_loong64.go |
Vendored x/sys update adds GPIO_GET_CHIPINFO_IOCTL for loong64. |
vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go |
Vendored x/sys update adds GPIO_GET_CHIPINFO_IOCTL for arm64. |
vendor/golang.org/x/sys/unix/ztypes_linux_arm.go |
Vendored x/sys update adds GPIO_GET_CHIPINFO_IOCTL for arm. |
vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go |
Vendored x/sys update adds GPIO_GET_CHIPINFO_IOCTL for amd64. |
vendor/golang.org/x/sys/unix/ztypes_linux_386.go |
Vendored x/sys update adds GPIO_GET_CHIPINFO_IOCTL for 386. |
go.sum |
Updates checksums for golang.org/x/net and golang.org/x/sys version bumps. |
go.mod |
Bumps required versions of golang.org/x/net and indirect golang.org/x/sys. |
deployment/Dockerfile |
Updates builder/runtime base images (Go + Alpine) used for the deployed container. |
.github/workflows/autotest_prs.yml |
Updates CI setup-go version selection to Go ^1.27. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
bio-boris
approved these changes
Aug 28, 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.
Updates the Go version, some Go packages, and the Docker images to address security vulnerabilities. Shouldn't affect any functionality.
The test failure indicates that NMDC is unavailable, but other things seem like they're working. I think we can merge as is.