update vendor #3595
Annotations
10 errors
lint:
cmd/tuf/server/main.go#L192
Error return value of `repo.Uncompress` is not checked (errcheck)
|
lint:
cmd/tuf/server/main.go#L175
badCall: suspicious Join on 1 argument (gocritic)
|
lint:
pkg/repo/repo_test.go#L220
G306: Expect WriteFile permissions to be 0600 or less (gosec)
|
lint:
pkg/repo/repo.go#L391
Consider pre-allocating `result` (prealloc)
|
lint:
cmd/tuf/server/main.go#L71
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
lint:
cmd/tuf/server/main.go#L75
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
lint:
cmd/tuf/server/main.go#L87
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
lint:
cmd/tuf/server/main.go#L93
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
lint:
cmd/tuf/server/main.go#L108
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
lint:
cmd/tuf/server/main.go#L117
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|