CRITICAL: rce in docker build #118
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
merge-ready
merge-ready
needs-checks
needs-checks
needs-rebase
needs-rebase
needs-review
needs-review
needs-rework
needs-rework
notplanned
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sneak/upaas#118
Loading…
Reference in New Issue
Block a user
No description provided.
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.