-
Notifications
You must be signed in to change notification settings - Fork 66
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
Bump several dependencies to fix vulnerable packages #303
Conversation
Pull Request Test Coverage Report for Build 12731591628Details
💛 - Coveralls |
/ready-to-test |
/ok-to-test |
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
@orenc1: changing LGTM is restricted to collaborators 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. |
go.mod
Outdated
@@ -10,7 +10,7 @@ require ( | |||
github.com/pkg/errors v0.9.1 | |||
github.com/spf13/cobra v1.8.0 | |||
github.com/spf13/pflag v1.0.5 | |||
golang.org/x/crypto v0.23.0 | |||
golang.org/x/crypto v0.31.0 |
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.
Dependency go:golang.org/x/net:v0.25.0 is vulnerable Upgrade to 0.34.0 GHSA-w32m-9786-jp63, Score: 8.7 An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service. Read More: https://osv.dev/vulnerability/GHSA-w32m-9786-jp63 GO-2024-3333, Score: 8.7 An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service. Read More: https://osv.dev/vulnerability/GO-2024-3333 Signed-off-by: Nahshon Unna-Tsameret <nunnatsa@redhat.com>
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nunnatsa, orenc1, qinqon 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:
Dependency go:golang.org/x/net:v0.25.0 is vulnerable
Upgrade to 0.33.0
GHSA-w32m-9786-jp63, Score: 8.7
An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service.
Read More: https://osv.dev/vulnerability/GHSA-w32m-9786-jp63
GO-2024-3333, Score: 8.7
An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service.
Read More: https://osv.dev/vulnerability/GO-2024-3333
Release notes: