Skip to content

Commit

Permalink
fix: fix CVE-2022-32149 (#2332)
Browse files Browse the repository at this point in the history
  • Loading branch information
sozercan committed Oct 12, 2022
1 parent 84b1b38 commit 07c6d25
Show file tree
Hide file tree
Showing 26 changed files with 632 additions and 682 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/open-policy-agent/gatekeeper

go 1.17
go 1.18

// Prevent otel dependencies from getting out of sync.
replace (
Expand Down Expand Up @@ -119,7 +119,7 @@ require (
go.uber.org/multierr v1.8.0 // indirect
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/text v0.3.8 // indirect
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
google.golang.org/api v0.81.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
Expand Down
138 changes: 4 additions & 134 deletions go.sum

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions vendor/golang.org/x/text/AUTHORS

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/golang.org/x/text/CONTRIBUTORS

This file was deleted.

9 changes: 9 additions & 0 deletions vendor/golang.org/x/text/encoding/htmlindex/tables.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions vendor/golang.org/x/text/encoding/internal/identifier/mib.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion vendor/golang.org/x/text/encoding/simplifiedchinese/gbk.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/golang.org/x/text/internal/language/compact/tables.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/golang.org/x/text/internal/language/lookup.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 14 additions & 10 deletions vendor/golang.org/x/text/internal/language/parse.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 07c6d25

Please sign in to comment.