cloudfoundry / bosh-cli

BOSH CLI v2+
Apache License 2.0
178 stars 162 forks source link

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

Closed crhntr closed 10 months ago

crhntr commented 11 months ago

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.