File tree Expand file tree Collapse file tree
sandbox-container/native/desktop-wrapper Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ ' @cloudflare/sandbox ' : patch
3+ ---
4+
5+ Upgrade Go toolchain to 1.25 and update dependencies in the desktop container variant, including a security fix for image processing (CVE-2026 -33809).
Original file line number Diff line number Diff line change 11module github.com/cloudflare/sandbox-sdk/desktop-wrapper
22
3- go 1.24.0
4-
5- toolchain go1.24.13
3+ go 1.25.0
64
75require github.com/go-vgo/robotgo v1.0.1
86
@@ -29,6 +27,6 @@ require (
2927 github.com/vcaesar/tt v0.20.1 // indirect
3028 github.com/yusufpapurcu/wmi v1.2.4 // indirect
3129 golang.org/x/exp v0.0.0-20251125195548-87e1e737ad39 // indirect
32- golang.org/x/image v0.33 .0 // indirect
30+ golang.org/x/image v0.38 .0 // indirect
3331 golang.org/x/sys v0.41.0 // indirect
3432)
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ github.com/yusufpapurcu/wmi v1.2.4 h1:zFUKzehAFReQwLys1b/iSMl+JQGSCSjtVqQn9bBrPo
6262github.1485827954.workers.dev/yusufpapurcu/wmi v1.2.4 /go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0 =
6363golang.org/x/exp v0.0.0-20251125195548-87e1e737ad39 h1:DHNhtq3sNNzrvduZZIiFyXWOL9IWaDPHqTnLJp+rCBY =
6464golang.org/x/exp v0.0.0-20251125195548-87e1e737ad39 /go.mod h1:46edojNIoXTNOhySWIWdix628clX9ODXwPsQuG6hsK0 =
65- golang.org/x/image v0.33 .0 h1:LXRZRnv1+zGd5XBUVRFmYEphyyKJjQjCRiOuAP3sZfQ =
66- golang.org/x/image v0.33 .0 /go.mod h1:DD3OsTYT9chzuzTQt+zMcOlBHgfoKQb1gry8p76Y1sc =
65+ golang.org/x/image v0.38 .0 h1:5l+q+Y9JDC7mBOMjo4/aPhMDcxEptsX+Tt3GgRQRPuE =
66+ golang.org/x/image v0.38 .0 /go.mod h1:/3f6vaXC+6CEanU4KJxbcUZyEePbyKbaLoDOe4ehFYY =
6767golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
6868golang.org/x/sys v0.0.0-20201204225414-ed752295db88 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
6969golang.org/x/sys v0.1.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ ENTRYPOINT ["/container-server/sandbox"]
222222# ============================================================================
223223# Desktop variant — full Linux desktop with robotgo native control
224224# ============================================================================
225- FROM golang:1.24 -bookworm AS go-builder
225+ FROM golang:1.25 -bookworm AS go-builder
226226
227227RUN mkdir -p /usr/local/share/ca-certificates
228228RUN --mount=type=secret,id=wrangler_ca \
You can’t perform that action at this time.
0 commit comments