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

Bump to gopkg.in/yaml.v2 to v3 in the release/manifest package #639

Merged

Conversation

crhntr
Copy link
Member

@crhntr crhntr commented Dec 12, 2023

Fixes

By merging this, we can bump the bosh-cli dependency and then th bosh-agent no longer need to import yaml.v2.

It will also make the following CVE scan results go away: https://pkg.go.dev/search?q=gopkg.in%2Fyaml.v2&m=vuln

Notes

Updating to v3 does make changes to encoding but decoding should behave close enough to v2 for this package's use.

updating to v3 does make changes to Marshaling but Unmarshal should
behave the same
@crhntr crhntr changed the title update to yaml.v3 in the release/manifest package Bump to gopkg.in/yaml.v2 to v3 in the release/manifest package Dec 12, 2023
@rkoster rkoster requested review from a team, ragaskar and ystros and removed request for a team December 13, 2023 14:41
Copy link
Member

@aramprice aramprice left a comment

Choose a reason for hiding this comment

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

lgtm, thanks!

Copy link
Member

@selzoc selzoc left a comment

Choose a reason for hiding this comment

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

LGTM, all units passed

@selzoc selzoc merged commit 1ee492f into cloudfoundry:main Dec 13, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

3 participants