feat(cmd/rofl): Add support for building TDX ROFL apps #999
Annotations
10 errors
lint:
cmd/rofl/build/artifacts.go#L167
G110: Potential DoS vulnerability via decompression bomb (gosec)
|
lint:
cmd/rofl/build/artifacts.go#L234
G204: Subprocess launched with a potential tainted input or cmd arguments (gosec)
|
lint:
cmd/rofl/build/artifacts.go#L251
G204: Subprocess launched with a potential tainted input or cmd arguments (gosec)
|
lint:
cmd/rofl/build/artifacts.go#L60
response body must be closed (bodyclose)
|
lint:
cmd/rofl/build/artifacts.go#L77
printf: fmt.Errorf format %s reads arg #3, but call has 2 args (govet)
|
lint:
cmd/rofl/build/artifacts.go#L192
printf: fmt.Errorf format %w reads arg #2, but call has 1 arg (govet)
|
lint:
cmd/rofl/build/artifacts.go#L198
printf: fmt.Errorf format %w reads arg #2, but call has 1 arg (govet)
|
lint:
cmd/rofl/build/artifacts.go#L108
shadow: declaration of "err" shadows declaration at line 86 (govet)
|
lint:
cmd/rofl/build/artifacts.go#L139
shadow: declaration of "err" shadows declaration at line 108 (govet)
|
lint:
cmd/rofl/build/artifacts.go#L209
SA4009: argument err is overwritten before first use (staticcheck)
|