openshift / node-feature-discovery

Node feature discovery, detects the available hardware features and configuration in a cluster.
Apache License 2.0
15 stars 26 forks source link

move to golang.org/x/net v0.9.0 to fix CVE-2022-41717 and CVE-2022-41723 #108

Closed chr15p closed 1 year ago

chr15p commented 1 year ago

fixes OCPBUGS-15094, CVE-2022-41717, CVE-2022-41723

golang.org/x/net v0.7.0 is required to fix the above, but golang.org/x/net v0.9.0 is used by upstream so this PR moves to that for consistency

golang.org/x/sys, golang.org/x/term and golang.org/x/text are also being updated as dependencies.

openshift-ci[bot] commented 1 year ago

@chr15p: all tests passed!

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).
yevgeny-shnaidman commented 1 year ago

/approve

yevgeny-shnaidman commented 1 year ago

/lgtm

openshift-ci[bot] commented 1 year ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: chr15p, yevgeny-shnaidman

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: - ~~[OWNERS](https://github.com/openshift/node-feature-discovery/blob/master/OWNERS)~~ [yevgeny-shnaidman] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment