Skip to content

Commit

Permalink
Fix terratest CVE-2020-10675 (#647)
Browse files Browse the repository at this point in the history
Signed-off-by: kuritka <kuritka@gmail.com>
  • Loading branch information
kuritka authored Oct 6, 2021
1 parent b1ab8fe commit c8ffe1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions terratest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ require (
// CVE-2021-41103 (https://github.com/advisories/GHSA-c2h3-6mxw-7mvq)
// CVE-2020-27813 (https://github.com/advisories/GHSA-3xh2-74w9-5vxm)
// CVE-2020-26160 (https://github.com/advisories/GHSA-w73w-5m7g-f7qc)
// CVE-2020-10675 (https://github.com/advisories/GHSA-rmh2-65xw-9m6q)
require (
github.com/Azure/go-autorest/autorest/adal v0.9.16 // indirect
github.com/containerd/containerd v1.5.7 // indirect
github.com/google/go-containerregistry v0.6.0 // indirect
github.com/spf13/cobra v1.2.1 // indirect
go.etcd.io/etcd v3.3.26+incompatible // indirect
github.com/buger/jsonparser v1.1.1 // indirect
)

replace (
Expand All @@ -28,6 +30,7 @@ replace (
github.com/google/go-containerregistry v0.0.0-20200110202235-f4fb41bf00a3 => github.com/google/go-containerregistry v0.6.0
github.com/spf13/cobra v1.0.0 => github.com/spf13/cobra v1.2.1
go.etcd.io/etcd v0.5.0-alpha.5.0.20200910180754-dd1b699fc489 => go.etcd.io/etcd v3.3.26+incompatible
github.com/buger/jsonparser v0.0.0-20180808090653-f4dd9f5a6b44 => github.com/buger/jsonparser v1.1.1
)

exclude (
Expand All @@ -45,4 +48,5 @@ exclude (
github.com/Azure/go-autorest/autorest/adal v0.5.0
github.com/spf13/cobra v1.0.0
go.etcd.io/etcd v0.5.0-alpha.5.0.20200910180754-dd1b699fc489
github.com/buger/jsonparser v0.0.0-20180808090653-f4dd9f5a6b44
)
4 changes: 2 additions & 2 deletions terratest/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdn
github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk=
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc h1:biVzkmvwrH8WK8raXaxBx6fRVTlJILwEwQGL1I/ByEI=
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8=
github.com/buger/jsonparser v0.0.0-20180808090653-f4dd9f5a6b44 h1:y853v6rXx+zefEcjET3JuKAqvhj+FKflQijjeaSv2iA=
github.com/buger/jsonparser v0.0.0-20180808090653-f4dd9f5a6b44/go.mod h1:bbYlZJ7hK1yFx9hf58LP0zeX7UjIGs20ufpu3evjr+s=
github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
github.com/census-instrumentation/opencensus-proto v0.2.1 h1:glEXhBS5PSLLv4IXzLA5yPRVX4bilULVyxxbrfOtDAk=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/cespare/xxhash/v2 v2.1.1 h1:6MnRN8NT7+YBpUIWxHtefFZOKTAPgGjpQSxqLNn0+qY=
Expand Down

0 comments on commit c8ffe1e

Please sign in to comment.