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

Bump golang.org/x/net on v7 #2986

Merged
merged 3 commits into from
Jul 3, 2024
Merged

Bump golang.org/x/net on v7 #2986

merged 3 commits into from
Jul 3, 2024

Conversation

joaopapereira
Copy link
Contributor

Description of the Change

Bumped cli-plugin-repo to latest version because there was a CVE in golang.net/x/net on that repo prior to that version
Bumped integration/assets/hydrabroker dependencies to remove CVE notifications

Signed-off-by: João Pereira <joaod@vmware.com>
Signed-off-by: João Pereira <joaod@vmware.com>

func toInt(v interface{}) int {
//It's not optimal. Bud I don't want duplicate toInt64 code.
return int(toInt64(v))

Check failure

Code scanning / CodeQL

Incorrect conversion between integer types High library

Incorrect conversion of a signed 64-bit integer from
strconv.ParseInt
to a lower bit size type int without an upper bound check.
The only Gemfiles that we have currently are under fixtures which are
not used in our code so it is safe to ignore them

Signed-off-by: João Pereira <joaod@vmware.com>
@a-b
Copy link
Member

a-b commented Jul 3, 2024

It seems like most of the changes are associated with vendor packages in the test 'assets'.

@a-b a-b merged commit 6006410 into cloudfoundry:v7 Jul 3, 2024
11 of 14 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.

None yet

2 participants