-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Fix CRITICAL/ HIGH security vulns in v0.6.2 reported by Trivy #1194
Fix CRITICAL/ HIGH security vulns in v0.6.2 reported by Trivy #1194
Conversation
Hi @cruizen. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hi @serathius , @yangjunmyfm192085 does this look like a reasonable patch for v0.6 to solve security issues - and is it okay-to-test? |
/ok-to-test |
/triage accepted |
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/retest
/test pull-metrics-server-verify |
Hi, @cruizen Coud you rebase this pr? |
…/Users/trilokk/go/bin/addlicense -check || (echo 'Run "make update"' && exit 1) golangci-lint run --timeout 10m --modules-download-mode=readonly || (echo 'Run "make update"' && exit 1) /Users/trilokk/go/bin/mdtoc --inplace --dryrun FAQ.md KNOWN_ISSUES.md go mod verify all modules verified go mod tidy # pkg/api/generated/openapi/zz_generated.openapi.go go install -mod=readonly k8s.io/kube-openapi/cmd/openapi-gen /Users/trilokk/go/bin/openapi-gen --logtostderr -i k8s.io/metrics/pkg/apis/metrics/v1beta1,k8s.io/apimachinery/pkg/apis/meta/v1,k8s.io/apimachinery/pkg/api/resource,k8s.io/apimachinery/pkg/version -p pkg/api/generated/openapi/ -O zz_generated.openapi -o /Users/trilokk/code/cruizen/metrics-server -h /Users/trilokk/code/cruizen/metrics-server/scripts/boilerplate.go.txt -r /dev/null /Users/trilokk/go/bin/logcheck ./... || (echo 'Fix structured logging' && exit 1)
f96c622
to
670a5f4
Compare
/retest |
@yangjunmyfm192085 Thanks for fixing the error in |
/retest |
Looks like I accidentally removed @serathius from the review when I re-requested review from @yangjunmyfm192085 |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cruizen, serathius The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it: Fixes security issues reported by Trivy in v0.6.2
k8s.io/* v0.23.2
tok8s.io/api v0.25.x
- this PR on the other hand only patches these APIs tok8s.io/api v0.23.16
Which issue(s) this PR fixes
Fixes # #1190