Skip to content

Commit f0c2d4b

Browse files
committed
chore: Update dependencies (#97)
chore: Fixes the following CVEs: CVE-2023-45288 - Non-linear parsing of case-insensitive content in golang.org/x/net/html CVE-2024-45337 - Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto Signed-off-by: Spolti <[email protected]>
1 parent cfb0866 commit f0c2d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require (
7171
)
7272

7373
replace (
74-
// Fixes CVE-2024-45337
74+
// Fixes CVE-2024-45338
7575
golang.org/x/net => golang.org/x/net v0.33.0
7676
// remove when upgrade to controller-runtime 0.15.x or apimachinery to 0.27.x
7777
// Fixes SNYK-GOLANG-K8SIOAPIMACHINERYPKGUTILRUNTIME-8367153

0 commit comments

Comments
 (0)