File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44---
55kind : golang.GoVulnCheck
66spec :
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---
139kind : golang.Build
1410spec :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -1650,6 +1650,8 @@ golang.org/x/net v0.53.0 h1:d+qAbo5L0orcWAr0a9JweQpjXF19LMXJE8Ey7hwOdUA=
16501650golang.org/x/net v0.53.0 /go.mod h1:JvMuJH7rrdiCfbeHoo3fCQU24Lf5JJwT9W3sJFulfgs =
16511651golang.org/x/net v0.54.0 h1:2zJIZAxAHV/OHCDTCOHAYehQzLfSXuf/5SoL/Dv6w/w =
16521652golang.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 =
16531655golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be /go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U =
16541656golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421 /go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw =
16551657golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 /go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw =
You can’t perform that action at this time.
0 commit comments