Merged
Conversation
Addresses 11 of 13 open Dependabot alerts: - google.golang.org/grpc v1.72.0 -> v1.79.3 (CRITICAL: authz bypass) - github.com/containerd/containerd v1.7.25 -> v1.7.29 (HIGH/MEDIUM: privesc, mem exhaustion, int overflow) - github.com/docker/cli v28.1.1 -> v29.2.0 (HIGH: local privesc on Windows) - github.com/quic-go/quic-go v0.51.0 -> v0.57.0 (MEDIUM: DoS) - golang.org/x/crypto v0.38.0 -> v0.46.0 (MEDIUM: ssh panic, mem consumption) - github.com/go-chi/chi/v5 v5.2.1 -> v5.2.2 (MEDIUM: open redirect) - github.com/redis/go-redis/v9 v9.7.0 -> v9.7.3 (LOW: out-of-order responses) - filippo.io/edwards25519 v1.1.0 -> v1.1.1 (LOW: invalid MultiScalarMult results) Also fixes two latent Printf-directive bugs surfaced by Go 1.24 vet. Remaining: docker/docker HIGH/MEDIUM alerts require v29.3.1 which is not yet available in the Go module proxy. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
Printf-directive bugs inmilpacs/profiles.goanddatastores/mysql.gosurfaced by Go 1.24's stricter vet checksdocker-compose.yamlto.gitignoreAlerts Addressed
google.golang.org/grpc:pathgithub.com/containerd/containerdgithub.com/docker/cligithub.com/containerd/containerdgithub.com/containerd/containerdgithub.com/quic-go/quic-gogolang.org/x/cryptogolang.org/x/cryptogithub.com/go-chi/chi/v5github.com/redis/go-redis/v9CLIENT SETINFOtimeoutfilippo.io/edwards25519MultiScalarMultresultsRemaining Open Alerts
github.com/docker/dockerHIGH (Fix awol reserves #37) and MEDIUM (properly increment version #36) — require v29.3.1 which is not yet published to the Go module proxy. Blocked upstream; bumped to latest available v28.5.2.Test plan
go build ./...passes clean🤖 Generated with Claude Code