ahmetb / kubectx

Faster way to switch between clusters and namespaces in kubectl
https://kubectx.dev
Apache License 2.0
17.66k stars 1.26k forks source link

fix(sec): upgrade gopkg.in/yaml.v3 to 3.0.0 #370

Open ShaoNianL opened 1 year ago

ShaoNianL commented 1 year ago

What happened?

There are 1 security vulnerabilities found in gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c

What did I do?

Upgrade gopkg.in/yaml.v3 from v3.0.0-20200313102051-9f266ea9e77c to 3.0.0 for vulnerability fix

What did you expect to happen?

Ideally, no insecure libs should be used.

The specification of the pull request

PR Specification from OSCS

ahmetb commented 1 year ago

/lgtm /approve Thanks!