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

Upgrade from gopkg.in/yaml.v2 to gopkg.in/yaml.v3 #2452

Closed
suharshs opened this issue Sep 20, 2022 · 1 comment
Closed

Upgrade from gopkg.in/yaml.v2 to gopkg.in/yaml.v3 #2452

suharshs opened this issue Sep 20, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@suharshs
Copy link

suharshs commented Sep 20, 2022

There is a security vulnerability in gopkg.in/yaml.v2: https://security.snyk.io/vuln/SNYK-GOLANG-GOPKGINYAMLV3-2841557

I found that in the turbot/steampipe project this is happening because of the ghodss/yaml import. Looking through their issues, its seems they haven't responded to upgrading yet. In ghodss/yaml#81, a user of this library that ran into the same issue created a fork with a fix: https://github.com/invopop/yaml

Can turbot/steampipe either switch to https://github.com/invopop/yaml or avoid using ghodss/yaml to resolve this security vulnerabilty?

@suharshs suharshs added the bug Something isn't working label Sep 20, 2022
@suharshs
Copy link
Author

Apologies I misread our security issue, this has been revoked as a v2 issue, sorry for the noise

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

1 participant