Skip to content

fix(build): migrate to new yaml package#248

Merged
padamstx merged 1 commit intomainfrom
replace-yaml-pkg
Apr 17, 2025
Merged

fix(build): migrate to new yaml package#248
padamstx merged 1 commit intomainfrom
replace-yaml-pkg

Conversation

@padamstx
Copy link
Copy Markdown
Contributor

Fixes: #247

This commit migrates the go core library from the gopkg.in/yaml.v2 package to sigs.k8s.io/yaml/goyaml.v2. The gopkg.in/yaml.v2 module is no longer maintained and this represents a high-severity vulnerability due to our recently announced policies.

Fixes: #247

This commit migrates the go core library from the gopkg.in/yaml.v2
package to sigs.k8s.io/yaml/goyaml.v2.  The gopkg.in/yaml.v2 module
is no longer maintained and this represents a high-severity
vulnerability due to our recently announced policies.

Signed-off-by: Phil Adams <phil_adams@us.ibm.com>
@padamstx padamstx self-assigned this Apr 17, 2025
@padamstx padamstx requested a review from dpopp07 April 17, 2025 16:37
Copy link
Copy Markdown
Contributor

@dpopp07 dpopp07 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Glad that ended up being a drag-and-drop fix

@padamstx padamstx merged commit 476dc47 into main Apr 17, 2025
10 checks passed
@padamstx padamstx deleted the replace-yaml-pkg branch April 17, 2025 19:34
@ibm-devx-sdk
Copy link
Copy Markdown

🎉 This PR is included in version 5.19.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate to supported yaml parser

3 participants