-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 GO-2024-2659 #15547
Fix GO-2024-2659 #15547
Conversation
/cherry-pick release-1.15 |
@skonto: once the present PR merges, I will cherry-pick it on top of release-1.15 in a new PR and assign it to you. In response to this:
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-sigs/prow repository. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15547 +/- ##
==========================================
+ Coverage 84.44% 84.49% +0.05%
==========================================
Files 219 219
Lines 13608 13608
==========================================
+ Hits 11491 11498 +7
+ Misses 1744 1740 -4
+ Partials 373 370 -3 ☔ View full report in Codecov by Sentry. |
@dprotaso hi, could you take a look at the License Compliance failure (I have no access)? I guess false alarm? |
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ReToCode, skonto 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 |
/test ? |
@skonto: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
In response to this:
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-sigs/prow repository. |
@skonto: new pull request created: #15548 In response to this:
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-sigs/prow repository. |
/cherry-pick release-1.14 |
@skonto: new pull request created: #15549 In response to this:
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-sigs/prow repository. |
@skonto: new pull request could not be created: failed to create pull request against knative/serving#release-1.14 from head knative-prow-robot:cherry-pick-15547-to-release-1.14: status code 422 not one of [201], body: {"message":"Validation Failed","errors":[{"resource":"PullRequest","code":"custom","message":"A pull request already exists for knative-prow-robot:cherry-pick-15547-to-release-1.14."}],"documentation_url":"https://docs.github.com/rest/pulls/pulls#create-a-pull-request","status":"422"} In response to this:
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-sigs/prow repository. |
Closing the loop here: FOSSA license scanner was complaining about GPL license being present. It was transitively recognized in https://github.com/spdx/tools-golang/blob/v0.5.3/LICENSE.code |
Co-authored-by: Stavros Kontopoulos <[email protected]>
FWIW - I don't think this CVE affects us. https://pkg.go.dev/vuln/GO-2024-2659
We only use the docker/docker dependency indirectly for container tag to digest resolution |
Fixes #
Proposed Changes