Bump golang.org/x/term from 0.26.0 to 0.27.0 #651
Annotations
10 errors and 1 warning
golangci-lint:
sshconfig/printer.go#L131
G115: integer overflow conversion uint64 -> int64 (gosec)
|
golangci-lint:
sshconfig/printer.go#L133
G115: integer overflow conversion uint64 -> int64 (gosec)
|
golangci-lint:
sshconfig/set.go#L1128
G115: integer overflow conversion uint64 -> int (gosec)
|
golangci-lint:
sshconfig/set.go#L1610
G115: integer overflow conversion uint64 -> int (gosec)
|
golangci-lint:
remotefs/posixfs.go#L157
G115: integer overflow conversion int64 -> uint32 (gosec)
|
golangci-lint:
protocol/ssh/signals.go#L60
G115: integer overflow conversion int -> uint32 (gosec)
|
golangci-lint:
protocol/ssh/signals.go#L61
G115: integer overflow conversion int -> uint32 (gosec)
|
golangci-lint:
remotefs/withname.go#L6
exported: exported const OpClose should have comment (or a comment on this block) or be unexported (revive)
|
golangci-lint:
sshconfig/set.go#L1352
for loop can be changed to `i := range conditions` (intrange)
|
golangci-lint
issues found
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading