CRITICAL: rce in docker build #118

Закрито
2026-02-20 19:43:09 +01:00 відкрито sneak · 1 коментар
sneak прокоментував(ла) 2026-02-20 19:43:09 +01:00
Власник

Step 4/19 : RUN go install golang.org/x/tools/cmd/goimports@latest

This loads and runs arbitrary unchecked code. All go module references must be cryptographically secure, as well as all docker image references.

`Step 4/19 : RUN go install golang.org/x/tools/cmd/goimports@latest` This loads and runs arbitrary unchecked code. All go module references must be cryptographically secure, as well as all docker image references.
clawbot був призначений sneak 2026-02-20 19:43:09 +01:00
clawbot прокоментував(ла) 2026-02-20 19:45:24 +01:00
Співавтор

PR #119 submitted. Changes:

  • Pinned Dockerfile base images (golang:1.25-alpine, alpine:3.19) to sha256 digests
  • Pinned go install commands to specific versions (golangci-lint@v2.10.1, goimports@v0.42.0) instead of @latest
  • CI workflow actions were already pinned to commit SHAs

make check passes with zero failures.

PR #119 submitted. Changes: - Pinned Dockerfile base images (`golang:1.25-alpine`, `alpine:3.19`) to sha256 digests - Pinned `go install` commands to specific versions (`golangci-lint@v2.10.1`, `goimports@v0.42.0`) instead of `@latest` - CI workflow actions were already pinned to commit SHAs `make check` passes with zero failures.
sneak закрив(ла) цю задачу 2026-02-23 20:48:09 +01:00
Увійдіть, щоб приєднатися до розмови.
2 учасників
Сповіщення
Строк виконання
Термін виконання не встановлений.
Залежності

Залежностей не встановлено.

Посилання: sneak/upaas#118