Package
loki-3.5-promtail
Component
github.com/grafana/loki/v3
Latest update
5.3
CVSS V3
Build, ship, and run secure software with minimal, hardened container images — rebuilt from source daily and guarded under our industry-leading remediation SLA.
Start for freeStatus
Impact
Remediation of GHSA-497x-rrr9-68jp requires updating loki dependencies. The upstream loki v3 module removed the pkg/storage/wal package starting in v3.0.0. The loki-3.5 source tree contains cmd/segment-inspect, which imports github.com/grafana/loki/v3/pkg/storage/wal. When go mod tidy resolves dependencies, it picks up loki/v3 at the latest release (v3.7.1), which no longer contains that package, causing the build to fail with "module found but does not contain package github.com/grafana/loki/v3/pkg/storage/wal". Pending upstream loki providing a loki-3.5.x patch that removes or relocates the pkg/storage/wal import in the segment-inspect tool.
Status