chore(deps): update all dependencies to resolve Dependabot alerts - #1647
Open
iwilltry42 wants to merge 2 commits into
Open
chore(deps): update all dependencies to resolve Dependabot alerts#1647iwilltry42 wants to merge 2 commits into
iwilltry42 wants to merge 2 commits into
Conversation
Update vulnerable dependencies across all three workspace modules (root, tools/, docgen/) to address 32 open Dependabot security alerts: - docker/docker: v20.10.24/v27.0.3/v28.3.1 -> v28.5.2 (critical, high, medium, low) - containerd/containerd: v1.6.18 -> v1.7.29 (high, medium) - opencontainers/runc: v1.1.14 -> removed from dep graph (high) - golang.org/x/crypto: v0.22.0 -> v0.47.0 (critical, high, medium) - golang.org/x/net: v0.24.0/v0.26.0/v0.28.0 -> v0.49.0 (medium) - golang.org/x/oauth2: v0.0.0-20220411 -> v0.34.0 (high) - sirupsen/logrus: v1.9.0 -> v1.9.3 (high) - pymdown-extensions: 10.3.1 -> 10.20.1 (low) Also updates transitive dependencies: golang.org/x/sys, golang.org/x/text, golang.org/x/term, golang.org/x/sync, golang.org/x/mod, google.golang.org/grpc, google.golang.org/protobuf, go.opentelemetry.io/otel/*, docker/cli, and others. Pin moby/go-archive to v0.1.0 across all modules to maintain compatibility with docker/docker's deprecated pkg/archive shim.
Resolves the remaining 14 stdlib vulnerabilities reported by govulncheck (crypto/tls, crypto/x509, net/url, net/http, archive/tar, encoding/asn1, encoding/pem, net/mail, os/exec). Updated in: go.mod, go.work, tools/go.mod, docgen/go.mod, Dockerfile, tools/Dockerfile, .github/workflows/release.yaml.
iwilltry42
force-pushed
the
chore/update-deps
branch
from
February 5, 2026 15:37
6505b77 to
406d92f
Compare
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
tools/,docgen/) to address 32 open Dependabot security alerts (3 critical, 9 high, 16 medium, 4 low)pymdown-extensionsindocs/requirements.txtto fix the remaining pip alertmoby/go-archiveto v0.1.0 to maintain compatibility withdocker/docker's deprecatedpkg/archiveshimDependency changes
docker/dockerdocker/clicontainerd/containerdopencontainers/runcgolang.org/x/cryptogolang.org/x/netgolang.org/x/oauth2sirupsen/logruspymdown-extensionsAlso updates transitive deps:
golang.org/x/sys,x/text,x/term,x/sync,x/mod,google.golang.org/grpc,google.golang.org/protobuf,go.opentelemetry.io/otel/*, and others.Alerts not fully resolved
docker/dockerfirewalld): marked "no-fix" by upstreamgovulncheck): require Go toolchain upgrade to 1.24.12Test plan
make buildpassesgo build ./tools/...andgo build ./docgen/...passgo test ./...— all 6 test packages passmake check(fmt + lint) — 0 issuesgovulncheck ./...— 0 third-party dependency vulnerabilities