CRITICAL: rce in docker build #118
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Step 4/19 : RUN go install golang.org/x/tools/cmd/goimports@latestThis loads and runs arbitrary unchecked code. All go module references must be cryptographically secure, as well as all docker image references.
PR #119 submitted. Changes:
golang:1.25-alpine,alpine:3.19) to sha256 digestsgo installcommands to specific versions (golangci-lint@v2.10.1,goimports@v0.42.0) instead of@latestmake checkpasses with zero failures.