compose-go
compose-go copied to clipboard
[WiP] adopt goyaml/v3
Adopting go.yaml/v3 will bring support for yaml 1.2 schema
this PR require https://github.com/go-yaml/yaml/pull/753
What's current status of this? I saw v3.0.0 was released recently.
I didn't noticed the v3.0.0 release, this is something we should consider for next release, wdyt @glours @ulyssessouza ?
One of the reasons to adopt v3 would be that v2 has a vulnerability https://nvd.nist.gov/vuln/detail/CVE-2019-11254 . Very unlikely to affect compose-go, but scanning tools are noisy about this CVE.
Is there any blocker to get this merged? 🙏
updated with recent v3.0.1 release, still missing https://github.com/go-yaml/yaml/pull/753