Skip to content

Commit

Permalink
update go to 1.22.5 to fix vulnerable package net/http (#2194)
Browse files Browse the repository at this point in the history
```
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>
  • Loading branch information
pjuarezd authored Jul 3, 2024
1 parent 9e040a0 commit 5f016a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/minio/operator

go 1.22.0

toolchain go1.22.4
go 1.22.5

require (
github.com/blang/semver/v4 v4.0.0
Expand Down
4 changes: 1 addition & 3 deletions sidecar/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/minio/operator/sidecar

go 1.22.0

toolchain go1.22.4
go 1.22.5

require (
github.com/gorilla/mux v1.8.1
Expand Down

0 comments on commit 5f016a1

Please sign in to comment.