Skip to content

Commit 80b9be1

Browse files
CVE-2024-21626: Update runc to 1.1.12 (Roblox#166)
Signed-off-by: Shishir Mahajan <[email protected]>
1 parent 15d1425 commit 80b9be1

File tree

3 files changed

+21
-639
lines changed

3 files changed

+21
-639
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Roblox/nomad-driver-containerd
22

3-
go 1.17
3+
go 1.21.5
44

55
require (
66
github.com/containerd/cgroups v1.0.3
@@ -12,7 +12,7 @@ require (
1212
github.com/hashicorp/go-hclog v1.2.2
1313
github.com/hashicorp/go-uuid v1.0.2
1414
github.com/hashicorp/nomad v1.2.13
15-
github.com/opencontainers/runc v1.1.2
15+
github.com/opencontainers/runc v1.1.12
1616
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
1717
github.com/spf13/cobra v1.1.3
1818
)
@@ -29,7 +29,7 @@ require (
2929
github.com/containerd/fifo v1.0.0 // indirect
3030
github.com/containerd/ttrpc v1.1.0 // indirect
3131
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
32-
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
32+
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
3333
github.com/davecgh/go-spew v1.1.1 // indirect
3434
github.com/docker/go-connections v0.4.0 // indirect
3535
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
@@ -102,10 +102,10 @@ require (
102102
go.opencensus.io v0.23.0 // indirect
103103
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
104104
golang.org/x/exp v0.0.0-20220921164117-439092de6870 // indirect
105-
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
105+
golang.org/x/net v0.8.0 // indirect
106106
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
107-
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
108-
golang.org/x/text v0.3.7 // indirect
107+
golang.org/x/sys v0.6.0 // indirect
108+
golang.org/x/text v0.8.0 // indirect
109109
google.golang.org/appengine v1.6.7 // indirect
110110
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
111111
google.golang.org/grpc v1.45.0 // indirect

0 commit comments

Comments
 (0)