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

Fixes multiple CVE from imports #990

Merged
merged 2 commits into from Aug 13, 2021
Merged

Fixes multiple CVE from imports #990

merged 2 commits into from Aug 13, 2021

Conversation

jimmystewpot
Copy link
Contributor

This pull request bumps the imported version of goleak which fixes a number of CVE's.

CVE-2020-14040 from go.uber.org/zap@v1.19.0 › go.uber.org/goleak@v1.1.10 › golang.org/x/tools@v0.0.0-20191108193012-7d206e10da11 › golang.org/x/net@v0.0.0-20190620200207-3b0461eec859 › golang.org/x/text@v0.3.0

CVE-2020-9283 from go.uber.org/zap@v1.19.0 › go.uber.org/goleak@v1.1.10 › golang.org/x/tools@v0.0.0-20191108193012-7d206e10da11 › golang.org/x/net@v0.0.0-20190620200207-3b0461eec859 › golang.org/x/crypto@v0.0.0-20190308221718-c2843e01d9a2

CVE-2019-11254 from go.uber.org/zap@v1.19.0 › go.uber.org/goleak@v1.1.10 › github.com/stretchr/testify@v1.4.0 › gopkg.in/yaml.v2@v2.2.2 (this was previously fixed in another import via #936)

…› golang.org/x/tools@v0.0.0-20191108193012-7d206e10da11 › golang.org/x/net@v0.0.0-20190620200207-3b0461eec859 › golang.org/x/text@v0.3.0
@codecov
Copy link

codecov bot commented Aug 13, 2021

Codecov Report

Merging #990 (f5a9029) into master (c8e813e) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #990   +/-   ##
=======================================
  Coverage   98.20%   98.20%           
=======================================
  Files          46       46           
  Lines        2056     2056           
=======================================
  Hits         2019     2019           
  Misses         29       29           
  Partials        8        8           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c8e813e...f5a9029. Read the comment docs.

@sywhang sywhang merged commit d8fd848 into uber-go:master Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants