Skip to content

Commit 5f016a1

Browse files
authored
update go to 1.22.5 to fix vulnerable package net/http (#2194)
``` 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/[email protected] Fixed in: net/[email protected] ``` Signed-off-by: pjuarezd <[email protected]>
1 parent 9e040a0 commit 5f016a1

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/minio/operator
22

3-
go 1.22.0
4-
5-
toolchain go1.22.4
3+
go 1.22.5
64

75
require (
86
github.com/blang/semver/v4 v4.0.0

sidecar/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/minio/operator/sidecar
22

3-
go 1.22.0
4-
5-
toolchain go1.22.4
3+
go 1.22.5
64

75
require (
86
github.com/gorilla/mux v1.8.1

0 commit comments

Comments
 (0)