Skip to content

Commit

Permalink
Update sjson & gjson to address CVE-2021-42836
Browse files Browse the repository at this point in the history
Signed-off-by: Dibyo Mukherjee <dibyo@google.com>
  • Loading branch information
dibyom authored and tekton-robot committed Oct 27, 2021
1 parent b44b8d3 commit dd6d754
Show file tree
Hide file tree
Showing 10 changed files with 319 additions and 171 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/spf13/cobra v1.2.1
github.com/tektoncd/pipeline v0.27.1-0.20210830154614-c8c729131d4a
github.com/tektoncd/plumbing v0.0.0-20210514044347-f8a9689d5bd5
github.com/tidwall/sjson v1.2.1
github.com/tidwall/sjson v1.2.3
go.opencensus.io v0.23.0
go.uber.org/zap v1.19.0
golang.org/x/mod v0.5.0 // indirect
Expand Down
24 changes: 13 additions & 11 deletions vendor/github.com/tidwall/gjson/README.md

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

2 changes: 2 additions & 0 deletions vendor/github.com/tidwall/gjson/SYNTAX.md

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

190 changes: 145 additions & 45 deletions vendor/github.com/tidwall/gjson/gjson.go

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

Loading

0 comments on commit dd6d754

Please sign in to comment.