Skip to content

RDODCP-917: Bump Go to 1.26.4, sync deps, pin chisel v1.11.5-os.4#194

Merged
samartha-pm merged 1 commit into
mainfrom
RDODCP-917
Jun 23, 2026
Merged

RDODCP-917: Bump Go to 1.26.4, sync deps, pin chisel v1.11.5-os.4#194
samartha-pm merged 1 commit into
mainfrom
RDODCP-917

Conversation

@MigueloMadeira

Copy link
Copy Markdown
Contributor

Summary

Part of RDODCP-917. Updates cloud-connector for the release:

Change Detail
Dependency bumps golang.org/x/{crypto,net,sync,sys} (Dependabot #192) → crypto v0.53.0, net v0.55.0, sync v0.21.0, sys v0.46.0
Go toolchain go 1.26.3 → 1.26.4 — mitigates CVE-2026-42504 (Go stdlib, HIGH)
Chisel pin replace … => github.com/outsystems/chisel v1.11.5-os.4 (the newly published chisel release)

Validation — security scan (Grype + Trivy)

The cloud-connector image scans fully clean:

  • Grype: 0 HIGH/CRITICAL.
  • Trivy: 0 HIGH/CRITICAL.
  • CVE-2026-42504 resolved by Go 1.26.4; the x/crypto/x/net CRITICALs resolved by the dependency bumps.

Scan screenshot:

Connection testing

cloud-connector (this branch) built and tunneled against the published chisel:1.11.5-os.4 image:

curl http://<local-ip>:8888/  →  HTTP 200 (directory listing returned)
cloud-connector: SSH connected; conn#1 Open → Close (data transferred)

Connection-test screenshot:

Notes

@MigueloMadeira MigueloMadeira requested a review from a team as a code owner June 23, 2026 10:40
@MigueloMadeira MigueloMadeira added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 23, 2026
@samartha-pm samartha-pm merged commit 02e2737 into main Jun 23, 2026
8 checks passed
@samartha-pm samartha-pm deleted the RDODCP-917 branch June 23, 2026 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants