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 go to 1.22.5 to fix vulnerable package net/http #2194

Merged
merged 4 commits into from
Jul 3, 2024

Commits on Jul 3, 2024

  1. update go to 1.22.5 to fix vulnerable package net/http

    ```
    Vulnerability #1: GO-2024-2963
        Denial of service due to improper 100-continue handling in net/http
      More info: https://pkg.go.dev/vuln/GO-2024-2963
      Standard library
        Found in: net/http@go1.22.4
        Fixed in: net/http@go1.22.5
    ```
    
    Signed-off-by: pjuarezd <pjuarezd@users.noreply.github.com>
    pjuarezd committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    7dc02f7 View commit details
    Browse the repository at this point in the history
  2. Update go.mod

    harshavardhana authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f79bb63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa5c9c4 View commit details
    Browse the repository at this point in the history
  4. update go.mod's

    harshavardhana committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    cf32a06 View commit details
    Browse the repository at this point in the history