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

Conversation

pjuarezd
Copy link
Member

@pjuarezd pjuarezd commented Jul 3, 2024

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

```
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>
go.mod Show resolved Hide resolved
sidecar/go.mod Show resolved Hide resolved
@pjuarezd
Copy link
Member Author

pjuarezd commented Jul 3, 2024

FYI build is not passing with only 1.22 @harshavardhana

@harshavardhana
Copy link
Member

will take a look @pjuarezd

@harshavardhana
Copy link
Member

Yeah its because of stupid dependency update

go: k8s.io/api@v0.30.2 requires go@1.22.0, but 1.22 is requested

@harshavardhana harshavardhana merged commit 5f016a1 into minio:master Jul 3, 2024
31 checks passed
@pjuarezd pjuarezd deleted the fix-vuln-in-net-http branch July 3, 2024 05:59
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