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 gopkg.in/yaml.v3 to 3.0.1 #210

Closed
kichik opened this issue Jun 20, 2022 · 1 comment
Closed

Upgrade gopkg.in/yaml.v3 to 3.0.1 #210

kichik opened this issue Jun 20, 2022 · 1 comment

Comments

@kichik
Copy link

kichik commented Jun 20, 2022

Can you please update to 3.0.1 to resolve CVE-2022-28948? I'm getting Dependabot alerts because I have a dependency on this library which depends on an old version of gopkg.in/yaml.v3.

$ go mod why gopkg.in/yaml.v3
# gopkg.in/yaml.v3
cloud-z/cmd
github.com/jedib0t/go-pretty/v6/text
github.com/jedib0t/go-pretty/v6/text.test
github.com/stretchr/testify/assert
gopkg.in/yaml.v3
$ grep gopkg.in/yaml.v3 go.sum
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo=
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
@jedib0t
Copy link
Owner

jedib0t commented Jun 20, 2022

Fixed. Use tag https://github.com/jedib0t/go-pretty/releases/tag/v6.3.3 to get the fix.

@jedib0t jedib0t closed this as completed Jun 20, 2022
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