onsi / ginkgo

A Modern Testing Framework for Go
http://onsi.github.io/ginkgo/
MIT License
8.38k stars 660 forks source link

Please migrate to new Yaml Version V3 #1021

Open reachlakstar opened 2 years ago

reachlakstar commented 2 years ago

github.com/onsi/gomega they have upgraded to new version, could you please fix it which is indirectly causing Fortify scan issue

blgm commented 2 years ago

I’ve merged PR #1005 which updates Gomega and indirectly updates YAML. Do you need a new release of Ginkgo?

blgm commented 2 years ago

Hang on. We have added YAML v3, but still have v2 as well…

reachlakstar commented 2 years ago

@blgm looks like circular dependencies github.com/onsi/gomega is using github.com/onsi/ginkgo/v2

And github.com/onsi/ginkgo/v2 is using github.com/onsi/gomega