Skip to content

chore(security): patch CVEs in api/agents/ui + add dependabot config#247

Merged
JoshuaAFerguson merged 1 commit into
mainfrom
chore/security-deps-and-dependabot-config
Apr 25, 2026
Merged

chore(security): patch CVEs in api/agents/ui + add dependabot config#247
JoshuaAFerguson merged 1 commit into
mainfrom
chore/security-deps-and-dependabot-config

Conversation

@JoshuaAFerguson

Copy link
Copy Markdown
Member

Summary

Bumps

Go

Module Package Old → New Severity
agents/docker-agent docker 24.0.7 → 25.0.13 critical, low, medium
agents/docker-agent golang.org/x/net 0.19.0 → 0.38.0 3× medium
agents/k8s-agent moby/spdystream 0.5.0 → 0.5.1 high
api go-jose/v4 4.1.3 → 4.1.4 high
api golang-jwt/v5 5.2.0 → 5.2.2 high
api goxmldsig 1.4.0 → 1.6.0 high

npm (lockfile-only): axios 1.13.2→1.15.2, @remix-run/router 1.23.1→1.23.2, vite 6.4.1→6.4.2, rollup→4.60.2, minimatch→9.0.9, follow-redirects→1.16.0, picomatch→2.3.2, postcss→8.5.10, flatted→3.4.2.

Verified

  • go build ./... passes in all 3 modules
  • npm run build passes (vite production build)
  • npm audit reports 0 vulnerabilities after fix
  • TypeScript error count unchanged from main (609 pre-existing — separate cleanup)

Remaining (deferred)

3 docker/docker GHSA advisories with no upstream patched version (require docker v25 → v29 major upgrade). Tracked separately.

Test plan

  • CI passes
  • Smoke: API + docker-agent + k8s-agent containers build
  • UI builds and runs

Resolves 24 of 27 open Dependabot alerts (1 critical, 12 high, 11 medium).

Go modules:
- agents/docker-agent: docker v24.0.7 → v25.0.13 (CVE: critical, low,
  medium); golang.org/x/net v0.19.0 → v0.38.0 (3 medium)
- agents/k8s-agent: moby/spdystream v0.5.0 → v0.5.1 (high)
- api: go-jose/v4 v4.1.3 → v4.1.4, golang-jwt/v5 v5.2.0 → v5.2.2,
  goxmldsig v1.4.0 → v1.6.0 (3 high)

UI: npm audit fix bumped lockfile-resolved versions for axios,
@remix-run/router, flatted, follow-redirects, minimatch, picomatch,
postcss, rollup, vite. No package.json changes needed.

Adds .github/dependabot.yml so future scans cover the v2 layout
(agents/docker-agent, agents/k8s-agent, api, tests, ui, github-actions).

Remaining open alerts (3 docker/docker advisories with no upstream
patched version) require a docker v25 → v29 major upgrade and are
deferred to a separate change.
@github-actions github-actions Bot added component:backend Backend API (Go) component:ui Frontend UI (React) component:k8s-agent Kubernetes Agent component:docker-agent Docker Agent labels Apr 25, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 529b8e478f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

module github.com/streamspace-dev/streamspace/agents/docker-agent

go 1.21
go 1.25.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Align docker-agent Go version with build toolchain

Setting go 1.25.0 here raises the module minimum above the docker-agent builder image (agents/docker-agent/Dockerfile uses golang:1.21-alpine), so go mod download/go build in that image will fail with a toolchain-version error before the binary is produced. This makes the documented container build path for docker-agent unusable unless the Dockerfile (and other pinned Go 1.21 environments) are upgraded in the same change.

Useful? React with 👍 / 👎.

@JoshuaAFerguson JoshuaAFerguson merged commit f05d009 into main Apr 25, 2026
13 of 19 checks passed
@JoshuaAFerguson JoshuaAFerguson deleted the chore/security-deps-and-dependabot-config branch April 25, 2026 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component:backend Backend API (Go) component:docker-agent Docker Agent component:k8s-agent Kubernetes Agent component:ui Frontend UI (React)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant