-
Notifications
You must be signed in to change notification settings - Fork 11
security: bump toolchain/x-net for CVEs and tighten CI gates #483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: security/05-perms-and-exec-args
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,6 +2,8 @@ module github.com/basecamp/basecamp-cli | |
|
|
||
| go 1.26 | ||
|
|
||
| toolchain go1.26.3 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
For Nix builds, this Useful? React with 👍 / 👎.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Flagged for human review — correct catch: the go_1_26 override pins a nixpkgs rev predating Go 1.26.3, so the toolchain CVE fix doesn't reach |
||
|
|
||
| require ( | ||
| charm.land/bubbles/v2 v2.1.0 | ||
| charm.land/bubbletea/v2 v2.0.6 | ||
|
|
@@ -72,7 +74,7 @@ require ( | |
| github.com/rogpeppe/go-internal v1.14.1 // indirect | ||
| github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect | ||
| github.com/yuin/goldmark-emoji v1.0.6 // indirect | ||
| golang.org/x/net v0.48.0 // indirect | ||
| golang.org/x/net v0.55.0 // indirect | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Because this dependency bump changes the module graph, the fixed-output Useful? React with 👍 / 👎.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Flagged for human review — the vendorHash in nix/package.nix is indeed stale after the x/net + x/term bump and needs updating, but recomputing it requires a nix toolchain, which is not available in this environment. A maintainer with nix should run |
||
| golang.org/x/sync v0.20.0 // indirect | ||
| golang.org/x/term v0.38.0 // indirect | ||
| golang.org/x/term v0.43.0 // indirect | ||
| ) | ||
Uh oh!
There was an error while loading. Please reload this page.