debian-forge-composer/cmd/osbuild-worker-executor
Michael Vogt 138bc73e37 osbuild-worker-executor: appease gosec
Note that gosec IMHO is a bit silly here, the heuristics used are
note very good, i.e. the code is already validating the external
inputs and it's not clear to me that "filepath.Clean()" will help
but it seems to supress the error. I hope gosec provides value
in other places, here it seems to be adding work :/

I also excluded "gosec" from any _test.go files, I do not see
why we should gosec tests?
2024-06-05 18:26:08 +02:00
..
build_result.go osbuild-worker-executor: fix lint warnings/errors 2024-06-05 18:26:08 +02:00
config.go c/osbuild-worker-executor: update to match new name 2024-06-05 18:26:08 +02:00
export_test.go osbuild-worker-executor: fix lint warnings/errors 2024-06-05 18:26:08 +02:00
handler_build.go osbuild-worker-executor: appease gosec 2024-06-05 18:26:08 +02:00
handler_build_test.go osbuild-worker-executor: fix lint warnings/errors 2024-06-05 18:26:08 +02:00
handler_result.go osbuild-worker-executor: fix lint warnings/errors 2024-06-05 18:26:08 +02:00
handler_result_test.go osbuild-worker-executor: fix lint warnings/errors 2024-06-05 18:26:08 +02:00
handler_root.go cmd/osbuild-worker-executor: import verbatim from mvo5/oaas 2024-06-05 18:26:08 +02:00
handler_root_test.go cmd/osbuild-worker-executor: import verbatim from mvo5/oaas 2024-06-05 18:26:08 +02:00
main.go osbuild-worker-executor: appease gosec 2024-06-05 18:26:08 +02:00
main_test.go osbuild-worker-executor: fix lint warnings/errors 2024-06-05 18:26:08 +02:00
routes.go cmd/osbuild-worker-executor: import verbatim from mvo5/oaas 2024-06-05 18:26:08 +02:00