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

Upgrade gopkg.in/yaml to v3 #1415

Merged
merged 2 commits into from Jun 19, 2022
Merged

Upgrade gopkg.in/yaml to v3 #1415

merged 2 commits into from Jun 19, 2022

Commits on Jun 18, 2022

  1. Upgrade gopkg.in/yaml to v3

    Fixes vulnerability: GHSA-hp87-p4gw-j4gq
    
    YAML v3 deserializes maps as map[string]interface{} so we handle this in
    MapImportSource now.
    
    Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
    jszwedko committed Jun 18, 2022
    Copy the full SHA
    ee07560 View commit details
    Browse the repository at this point in the history
  2. Re-use node variable

    Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
    jszwedko committed Jun 18, 2022
    Copy the full SHA
    72dc91d View commit details
    Browse the repository at this point in the history