Update k8s.io and sigs.k8s.io direct dependencies #187
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?:
This PR help us mitigate the Rapid Reset CVE inside the devfile/library repo. It tries to update the following direct dependencies:
k8s.io/api
:0.26.1
=>0.26.10
k8s.io/apimachinery
:0.26.1
=>0.26.10
k8s.io/apimachinery
:0.26.1
=>0.26.10
k8s.io/apiextensions-apiserver
:0.26.1
=>0.26.10
k8s.io/client-go
:0.26.1
=>0.26.10
k8s.io/pod-security-admission
:0.26.1
=>0.26.10
sigs.k8s.io/controller-runtime
:0.14.4
=>0.14.7
These updates will lead to an update of the indirect dependency
golang.org/x/net
fromv0.3.1-0.20221206200815-1e63c2f08a10
to0.17.0
.Which issue(s) this PR fixes:
fixes devfile/api#1308
PR acceptance criteria:
Testing and documentation do not need to be complete in order for this PR to be approved. We just need to ensure tracking issues are opened and linked to this PR, if they are not in the PR scope due to various constraints.
Unit/Functional tests
QE Integration test
Documentation (READMEs, Product Docs, Blogs, Education Modules, etc.)
Client Impact
Gosec scans
How to test changes / Special notes to the reviewer: