Skip to content

Commit 38183fc

Browse files
committed
fix: update golang.org/x/net
Update dependency to mitigate GO-2026-5025. Signed-off-by: Mateusz Urbanek <mateusz.urbanek@siderolabs.com>
1 parent 9f6aee8 commit 38183fc

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

.kres.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ spec:
44
---
55
kind: golang.GoVulnCheck
66
spec:
7-
ignore:
8-
- GO-2026-4348 # go-tuf (not go-tuf/v2), imported via cosign dependency
9-
- GO-2026-4349 # go-tuf (not go-tuf/v2), imported via cosign dependency
10-
- GO-2026-4377 # go-tuf (not go-tuf/v2), imported via cosign dependency
11-
- GO-2026-4550 # dependency of imager tools, not used in the code and not a direct dependency
7+
ignore: []
128
---
139
kind: golang.Build
1410
spec:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ require (
466466
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect
467467
golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa // indirect
468468
golang.org/x/mod v0.35.0 // indirect
469-
golang.org/x/net v0.54.0 // indirect
469+
golang.org/x/net v0.55.0 // indirect
470470
golang.org/x/oauth2 v0.36.0 // indirect
471471
golang.org/x/term v0.43.0 // indirect
472472
golang.org/x/time v0.15.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1650,6 +1650,8 @@ golang.org/x/net v0.53.0 h1:d+qAbo5L0orcWAr0a9JweQpjXF19LMXJE8Ey7hwOdUA=
16501650
golang.org/x/net v0.53.0/go.mod h1:JvMuJH7rrdiCfbeHoo3fCQU24Lf5JJwT9W3sJFulfgs=
16511651
golang.org/x/net v0.54.0 h1:2zJIZAxAHV/OHCDTCOHAYehQzLfSXuf/5SoL/Dv6w/w=
16521652
golang.org/x/net v0.54.0/go.mod h1:Sj4oj8jK6XmHpBZU/zWHw3BV3abl4Kvi+Ut7cQcY+cQ=
1653+
golang.org/x/net v0.55.0 h1:bcvxaJn3e1U6InsFWt1JUq1aSjnRxLzT2rtD2KfkDF8=
1654+
golang.org/x/net v0.55.0/go.mod h1:L5U2KuzuOe1lY7Z+aWVIKK6qEeJXnXV9yzGA+WCHJww=
16531655
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
16541656
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
16551657
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=

0 commit comments

Comments
 (0)