-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minimal changes to solve Dependency CVEs [VAULT-871] (#11015)
* minimal changes to solve most of the cves * cleanup * finished go mod vendor upgrades
- Loading branch information
Hridoy Roy
authored
Mar 1, 2021
1 parent
ed62faf
commit c41ecae
Showing
243 changed files
with
52,969 additions
and
11,029 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:improvement | ||
changelog: Add dependencies listed in dependencies/2-25-21 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
hridoyroy@Hridoys-MBP vault % python3 deps_upgrade.py dep.txt | ||
github.com/satori/go.uuid | ||
golang.org/x/text | ||
github.com/hashicorp/go-gcp-common | ||
github.com/hashicorp/vault-plugin-secrets-azure | ||
go.mongodb.org/mongo-driver | ||
github.com/Microsoft/hcsshim | ||
package github.com/Microsoft/hcsshim | ||
imports github.com/Microsoft/go-winio/pkg/guid | ||
imports golang.org/x/sys/windows: build constraints exclude all Go files in /Users/hridoyroy/go/pkg/mod/golang.org/x/[email protected]/windows | ||
golang.org/x/crypto | ||
github.com/containerd/containerd | ||
github.com/aws/aws-sdk-go | ||
github.com/hashicorp/serf | ||
github.com/miekg/dns | ||
github.com/hashicorp/go-discover | ||
github.com/hashicorp/serf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
golang.org/x/text | ||
github.com/hashicorp/go-gcp-common | ||
github.com/hashicorp/vault-plugin-secrets-azure | ||
go.mongodb.org/mongo-driver | ||
github.com/Microsoft/hcsshim | ||
golang.org/x/crypto | ||
github.com/containerd/containerd | ||
github.com/aws/aws-sdk-go | ||
github.com/hashicorp/serf | ||
github.com/miekg/dns | ||
github.com/hashicorp/go-discover | ||
github.com/hashicorp/serf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.