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

Don't use yaml.v2 2.3.0 which has a breaking change #1259

Merged
merged 1 commit into from Oct 18, 2020

Commits on Oct 16, 2020

  1. Don't use yaml.v2 2.3.0 which has a breaking change

    yaml.v2 contains a breaking change from
    go-yaml/yaml#571
    
    yaml.v2 2.2.8 does not have that change and also addresses the CVE that
    was behind the move to yaml.v2 2.3.0.  This commit reverts to using
    yaml.v2 2.2.8
    
    Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
    marckhouzam committed Oct 16, 2020
    Copy the full SHA
    579d8fc View commit details
    Browse the repository at this point in the history