Skip to content

Commit 09c942e

Browse files
committed
Bump github.com/open-policy-agent/opa
Resolve CVE-2025-46569: GHSA-6m8w-jc87-6cr7 Note: change requires updating go.mod version, which brings in significant additional changes. Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
1 parent 89bce18 commit 09c942e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Microsoft/hcsshim
22

3-
go 1.23.0
3+
go 1.23.8
44

55
require (
66
github.com/Microsoft/cosesign1go v1.4.0
@@ -24,7 +24,7 @@ require (
2424
github.com/linuxkit/virtsock v0.0.0-20201010232012-f8cee7dfc7a3
2525
github.com/mattn/go-shellwords v1.0.12
2626
github.com/moby/sys/user v0.3.0
27-
github.com/open-policy-agent/opa v0.70.0
27+
github.com/open-policy-agent/opa v1.4.0
2828
github.com/opencontainers/runc v1.2.3
2929
github.com/opencontainers/runtime-spec v1.2.0
3030
github.com/pelletier/go-toml v1.9.5

test/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Microsoft/hcsshim/test
22

3-
go 1.23.0
3+
go 1.23.8
44

55
require (
66
github.com/Microsoft/go-winio v0.6.2
@@ -89,7 +89,7 @@ require (
8989
github.com/moby/sys/user v0.3.0 // indirect
9090
github.com/moby/sys/userns v0.1.0 // indirect
9191
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
92-
github.com/open-policy-agent/opa v0.70.0 // indirect
92+
github.com/open-policy-agent/opa v1.4.0 // indirect
9393
github.com/opencontainers/runc v1.2.3 // indirect
9494
github.com/opencontainers/selinux v1.11.0 // indirect
9595
github.com/pelletier/go-toml v1.9.5 // indirect

0 commit comments

Comments
 (0)