Skip to content

Update Dependencies to Fix Security Vulnerabiltiies #632

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nicholas-mainardi opened this issue Oct 1, 2021 · 2 comments
Closed

Update Dependencies to Fix Security Vulnerabiltiies #632

nicholas-mainardi opened this issue Oct 1, 2021 · 2 comments

Comments

@nicholas-mainardi
Copy link

Describe the Bug
There are 2 CVEs related to modules indirectly imported by migrate v4.15.0:

Chain of dependencies for module jwt-go
go: github.com/snowflakedb/[email protected] requires github.com/Azure/[email protected] requires github.com/Azure/go-autorest/autorest/[email protected] requires github.com/dgrijalva/[email protected]+incompatible

Chain of dependencies for module containerd
go: github.com/dhui/[email protected] requires github.com/containerd/[email protected]

Both problems may be simply fixed by updating gosnowflake dependency to v1.6.2 and dktest dependency to versions >=v0.3.5

Migrate Version
v4.15.0

Go Version
go version go1.16.3 linux/amd64

@dhui
Copy link
Member

dhui commented Oct 14, 2021

Thanks for providing such a detailed report @nicholas-mainardi!

The containerd security vulnerability has been addressed in 71106e5 which is available in the master branch.

#638 will fix the jwt-go vulnerability.

@dhui
Copy link
Member

dhui commented Oct 17, 2021

Fixed in v4.15.1

@dhui dhui closed this as completed Oct 17, 2021
FPiety0521 pushed a commit to FPiety0521/Golang-SQL that referenced this issue May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants