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

Upgrade go.mod package versions #210

Merged

Conversation

VaniHaripriya
Copy link

Description of your changes:
Resolves RHOAIENG-7309

Implemented fixes on my fork and imported in my personal snyk account and made sure CVEs are eliminated. Also updated the license CSVs.

Checklist:

Comment on lines +153 to +154
golang.org/x/net v0.17.0 => golang.org/x/net v0.23.0
golang.org/x/net v0.21.0 => golang.org/x/net v0.23.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

at some point we should figure out why we're requiring v0.17.0 and v0.21.0 just to replace with v0.23.0

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, these could be combined into one statement replacing 0.17.0 with 0.23.0.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

snyk created a CVE for 0.21.0 version, when I added only one statement to replace 0.17.0 with 0.23.0.

Copy link
Member

@DharmitD DharmitD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@gmfrasca
Copy link
Member

/hold, investigating backend integration test failure

@gmfrasca
Copy link
Member

/unhold, lgtm

@gmfrasca gmfrasca merged commit 2b77f5a into opendatahub-io:master Jul 26, 2024
11 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants