Skip to content

fix(operators): bump x/crypto + x/net to clear 14 HIGH CVEs (security CI red)#50

Merged
stxkxs merged 1 commit into
mainfrom
bump-go-security-deps
Jun 24, 2026
Merged

fix(operators): bump x/crypto + x/net to clear 14 HIGH CVEs (security CI red)#50
stxkxs merged 1 commit into
mainfrom
bump-go-security-deps

Conversation

@stxkxs

@stxkxs stxkxs commented Jun 24, 2026

Copy link
Copy Markdown
Member

The security trivy scan has been red on main (and blocking PR #48). Ground-truth scan (local trivy 0.70.0, same flags as CI): 14 HIGH, all in operators/go.mod; pnpm-lock clean.

  • golang.org/x/crypto v0.50.0 → v0.53.0 — 8 SSH CVEs (channel-open DoS, unauthorized command exec, knownhosts revocation bypass, source-address authz bypass, …)
  • golang.org/x/net v0.53.0 → v0.56.0 — 6 HTML/idna CVEs (HTML-render CPU DoS, idna Punycode privilege escalation, …)

Indirect deps; go mod tidy carried consistent x/term/x/text/x/tools bumps. trivy now reports 0 for operators/go.mod; go build ./... passes.

Closes #49.

… CI red)

The security workflow's trivy filesystem scan has been red on main, flagging 14
HIGH advisories — all in operators/go.mod, with pnpm-lock.yaml clean:

  - golang.org/x/crypto v0.50.0 → v0.53.0: 8 SSH CVEs (CVE-2026-39827/39828/39829/
    39830/39835/42508/46595/46597 — channel-open DoS, unauthorized command exec,
    knownhosts revocation bypass, source-address authorization bypass, …).
  - golang.org/x/net v0.53.0 → v0.56.0: 6 HTML/idna CVEs (CVE-2026-25680/25681/
    27136/39821/42502/42506 — HTML-render CPU DoS, idna Punycode privilege escalation).

Both are indirect deps; go mod tidy carried the consistent x/term/x/text/x/tools
bumps along. Verified with trivy 0.70.0 (HIGH,CRITICAL, ignore-unfixed) locally:
operators/go.mod now reports 0 vulnerabilities. go build ./... passes.

Closes #49.
@stxkxs stxkxs merged commit 7223cad into main Jun 24, 2026
19 checks passed
@stxkxs stxkxs deleted the bump-go-security-deps branch June 24, 2026 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Security CI red on main: 14 HIGH Go CVEs in indirect x/crypto + x/net

1 participant