Skip to content

Commit

Permalink
fix(security): vulnerable docker/runc
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenithar committed Apr 9, 2024
1 parent e9d820d commit c9d731a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 36 deletions.
7 changes: 7 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ module zntr.io/harp/v2

go 1.21.0

replace (
// https://github.com/advisories/GHSA-232p-vwff-86mp
github.com/docker/docker => github.com/docker/docker v20.10.24+incompatible
// https://github.com/advisories/GHSA-xr7r-f8xq-vfvv
github.com/opencontainers/runc => github.com/opencontainers/runc v1.1.12
)

require (
dario.cat/mergo v1.0.0
filippo.io/age v1.1.1
Expand Down
Loading

0 comments on commit c9d731a

Please sign in to comment.