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

Update dependencies to remove supply chain CVEs #620

Merged
merged 2 commits into from Nov 30, 2022

Commits on Nov 30, 2022

  1. Update dependencies

    Mitigates known supply chain CVEs:
    
    golang.org/x/crypto:
    - GO-2021-0356
    - GO-2022-0968
    
    golang.org/x/net:
    - GO-2021-0238
    - GO-2022-0236
    - GO-2022-0288
    - GO-2022-0969
    
    golang.org/x/sys:
    - GO-2022-0493
    
    golang.org/x/text:
    - GO-2021-0113
    - GO-2022-1059
    
    Updates other dependencies that have no backwards compatibility
    issues.
    
    Signed-off-by: Paulo Gomes <pjbgf@linux.com>
    pjbgf committed Nov 30, 2022
    Copy the full SHA
    6629ba6 View commit details
    Browse the repository at this point in the history
  2. build: bump git workflow to Go 1.19

    Signed-off-by: Paulo Gomes <pjbgf@linux.com>
    pjbgf committed Nov 30, 2022
    Copy the full SHA
    f2d68c4 View commit details
    Browse the repository at this point in the history