-
Notifications
You must be signed in to change notification settings - Fork 192
Fix CVE in golang.org/x/net #4182
Fix CVE in golang.org/x/net #4182
Conversation
Cluster Generation A/B Results: |
Codecov Report
@@ Coverage Diff @@
## main #4182 +/- ##
==========================================
- Coverage 49.27% 48.37% -0.91%
==========================================
Files 450 480 +30
Lines 44575 46697 +2122
==========================================
+ Hits 21963 22588 +625
- Misses 20533 21977 +1444
- Partials 2079 2132 +53
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
I took the liberty to update golang.org/x deps throughout the project and add the commit to this PR, @rajathagasthya @danniel1205. |
Cluster Generation A/B Results: |
Cluster Generation A/B Results: |
Added a fix for CVE-2022-1996, @rajathagasthya @danniel1205, @shyaamsn. |
Cluster Generation A/B Results: |
Cluster Generation A/B Results: |
9f17a59
to
99ff5b3
Compare
Cluster Generation A/B Results: |
Cluster Generation A/B Results: |
Signed-off-by: Daniel Guo <danniel1205@gmail.com>
Updated throughout the repo to latest versions: - golang.org/x/crypto v0.4.0 - golang.org/x/mod v0.7.0 - golang.org/x/net v0.4.0 - golang.org/x/oauth2 v0.3.0 - golang.org/x/sync v0.1.0 - golang.org/x/sys v0.3.0 - golang.org/x/term v0.3.0 - golang.org/x/text v0.5.0 - golang.org/x/time v0.3.0 - golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2, Other notable updates: - cloud.google.com/go v0.107.0 Signed-off-by: Ivan Mikushin <imikushin@vmware.com>
Addressing CVE-2022-1996, updated throughout the repo to versions: - github.com/emicklei/go-restful/v3 v3.9.0 - k8s.io/kube-openapi v0.0.0-20221207184640-f3cff1453715 github.com/emicklei/go-restful v2 is now fully replaced by v3. Signed-off-by: Ivan Mikushin <imikushin@vmware.com>
In order to address CVE-2022-1996 with a kube-openapi upgrade, we also need to update other k8s dependencies. Without this, github.com/googleapis/gnostic/extensions and github.com/google/gnostic/extensions conflicts.
26146b6
to
9ee9991
Compare
Cluster Generation A/B Results: |
What this PR does / why we need it
Updated throughout the repo, to address CVEs:
Other notable updates:
Which issue(s) this PR fixes
Fixes #4208
Describe testing done for PR
Run
trivy
scan and make sure CVEs don't show up.Release note
Additional information
Special notes for your reviewer