Skip to content
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

Indirect dependency to vulnerable module github.com/satori/go.uuid v1.2.0 (CVE-2021-3538) #1391

Open
AgustinBettati opened this issue Jan 31, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@AgustinBettati
Copy link

Describe the bug

There is currently an indirect dependency to a vulneranable and unmaintained module github.com/satori/go.uuid v1.2.0. More details on vulnerability can be found here:

Expected behavior
From an issue in github.com/satori/go.uuid it appears the remediation in this case to avoid depending on this module all together. Would be good to understand why this indirect dependency is currently defined, and if there is a path forward for replacing it.

@AgustinBettati AgustinBettati added the bug Something isn't working label Jan 31, 2024
@denis256
Copy link
Member

denis256 commented Feb 2, 2024

Looks like it is related with azure-sdk:

$ go mod why -m github.com/satori/go.uuid
# github.com/satori/go.uuid
github.com/gruntwork-io/terratest/modules/azure
github.com/Azure/azure-sdk-for-go/services/datafactory/mgmt/2018-06-01/datafactory
github.com/satori/go.uuid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants