Skip to content
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

Update direct dependencies using indirectly the golang.org/x/net module #238

Merged
merged 4 commits into from
Nov 3, 2023

Conversation

thepetk
Copy link
Contributor

@thepetk thepetk commented Nov 2, 2023

What does this PR do?:

This PR is trying to mitigate the Rapid Reset Attack CVE and as a result it tries to bump up the version of the indirect dependency of golang.org/x/net module.

By updating the version of the ginkgo & gomega to their latest in the test directories, we are bumping up the golang.org/x/net to version 0.17.0

Which issue(s) this PR fixes:

fixes devfile/api#1309

PR acceptance criteria:

  • Contributing guide
    Have you read the devfile registry contributing guide and followed its instructions?
  • Test automation
    Does this repository's tests pass with your changes?
  • Documentation
    Does any documentation need to be updated with your changes?
  • Check Tools Provider
    Have you tested the changes with existing tools, i.e. Odo, Che, Console? (See devfile registry contributing guide on how to test changes)

How to test changes / Special notes to the reviewer:

Signed-off-by: thepetk <thepetk@gmail.com>
Signed-off-by: thepetk <thepetk@gmail.com>
Signed-off-by: thepetk <thepetk@gmail.com>
@openshift-ci openshift-ci bot added the lgtm Looks good to me label Nov 2, 2023
tests/odov3/go.mod Show resolved Hide resolved
@openshift-ci openshift-ci bot removed the lgtm Looks good to me label Nov 3, 2023
Signed-off-by: thepetk <thepetk@gmail.com>
@thepetk thepetk requested a review from rm3l November 3, 2023 11:07
@openshift-ci openshift-ci bot added the lgtm Looks good to me label Nov 3, 2023
Copy link

openshift-ci bot commented Nov 3, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kim-tsao, rm3l, thepetk

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@thepetk thepetk merged commit e4c716d into devfile:main Nov 3, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm Looks good to me
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Registry's tests dependencies
3 participants