Skip to content

Issue 10: Address issues identified by vulnerability scan #11

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

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

mrajagopal
Copy link
Collaborator

The govulncheck tool identified:

  • golang.org/x/[email protected] Vulnerability #1: GO-2024-2687 HTTP/2 CONTINUATION flood in net/http More info: https://pkg.go.dev/vuln/GO-2024-2687 Module: golang.org/x/net Found in: golang.org/x/[email protected] Fixed in: golang.org/x/[email protected]

  • google.golang.org/[email protected] Vulnerability #1: GO-2024-2611 Infinite loop in JSON unmarshaling in google.golang.org/protobuf More info: https://pkg.go.dev/vuln/GO-2024-2611 Module: google.golang.org/protobuf Found in: google.golang.org/[email protected] Fixed in: google.golang.org/[email protected]

Fix:

The govulncheck tool identified:
* golang.org/x/[email protected]
  Vulnerability #1: GO-2024-2687
    HTTP/2 CONTINUATION flood in net/http
  More info: https://pkg.go.dev/vuln/GO-2024-2687
  Module: golang.org/x/net
    Found in: golang.org/x/[email protected]
    Fixed in: golang.org/x/[email protected]

* google.golang.org/[email protected]
  Vulnerability #1: GO-2024-2611
      Infinite loop in JSON unmarshaling in google.golang.org/protobuf
    More info: https://pkg.go.dev/vuln/GO-2024-2611
    Module: google.golang.org/protobuf
      Found in: google.golang.org/[email protected]
      Fixed in: google.golang.org/[email protected]

Fix:
* Upgraded to golang.org/x/[email protected]
* Upgraded to google.golang.org/[email protected]
* This has resulted in several dependant modules being upgraded
@mrajagopal mrajagopal requested a review from a team as a code owner June 24, 2024 22:37
@dareste
Copy link
Collaborator

dareste commented Jun 25, 2024

lgtm:

govulncheck -show verbose ./...
Scanning your code and 950 packages across 138 dependent modules for known vulnerabilities...

Fetching vulnerabilities from the database...

Checking the code against the vulnerabilities...

No vulnerabilities found.

@dareste dareste merged commit 72abbb4 into main Jun 25, 2024
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.

2 participants