We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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]
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
gosnowflake
v1.6.2
dktest
>=v0.3.5
Migrate Version v4.15.0
Go Version go version go1.16.3 linux/amd64
The text was updated successfully, but these errors were encountered:
Update gosnowflake from v1.4.3 to v1.6.3
41431fb
Addresses: * golang-migrate#632 * golang-migrate#637
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.
Sorry, something went wrong.
Fixed in v4.15.1
b5d62b2
Addresses: * golang-migrate/migrate#632 * golang-migrate/migrate#637
No branches or pull requests
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 tov1.6.2
anddktest
dependency to versions>=v0.3.5
Migrate Version
v4.15.0
Go Version
go version go1.16.3 linux/amd64
The text was updated successfully, but these errors were encountered: