Versions in this module Expand all Collapse all v0 v0.1.22 Apr 14, 2026 GO-2023-1505 GO-2023-1505: Arbitrary file read vulnerability in github.com/uber/kraken v0.1.21 Mar 20, 2026 GO-2023-1505 GO-2023-1505: Arbitrary file read vulnerability in github.com/uber/kraken v0.1.20 Mar 2, 2026 GO-2023-1505 GO-2023-1505: Arbitrary file read vulnerability in github.com/uber/kraken v0.1.19 Jan 23, 2026 GO-2023-1505 GO-2023-1505: Arbitrary file read vulnerability in github.com/uber/kraken v0.1.18 Dec 30, 2025 GO-2023-1505 GO-2023-1505: Arbitrary file read vulnerability in github.com/uber/kraken v0.1.17 Dec 16, 2025 GO-2023-1505 GO-2023-1505: Arbitrary file read vulnerability in github.com/uber/kraken v0.1.16 Dec 5, 2025 GO-2023-1505 GO-2023-1505: Arbitrary file read vulnerability in github.com/uber/kraken v0.1.15 Nov 28, 2025 GO-2023-1505 GO-2023-1505: Arbitrary file read vulnerability in github.com/uber/kraken v0.1.14 Nov 17, 2025 GO-2023-1505 GO-2023-1505: Arbitrary file read vulnerability in github.com/uber/kraken v0.1.13 Nov 10, 2025 GO-2023-1505 GO-2023-1505: Arbitrary file read vulnerability in github.com/uber/kraken v0.1.12 Oct 20, 2025 GO-2023-1505 GO-2023-1505: Arbitrary file read vulnerability in github.com/uber/kraken v0.1.11 Oct 10, 2025 GO-2023-1505 GO-2023-1505: Arbitrary file read vulnerability in github.com/uber/kraken v0.1.10 Sep 23, 2025 GO-2023-1505 GO-2023-1505: Arbitrary file read vulnerability in github.com/uber/kraken v0.1.9 Sep 5, 2025 GO-2023-1505 GO-2023-1505: Arbitrary file read vulnerability in github.com/uber/kraken v0.1.8 Aug 25, 2025 GO-2023-1505 GO-2023-1505: Arbitrary file read vulnerability in github.com/uber/kraken v0.1.7 Aug 15, 2025 GO-2023-1505 GO-2023-1505: Arbitrary file read vulnerability in github.com/uber/kraken v0.1.6 Aug 8, 2025 GO-2023-1505 GO-2023-1505: Arbitrary file read vulnerability in github.com/uber/kraken v0.1.4 May 6, 2020 GO-2023-1505 GO-2023-1505: Arbitrary file read vulnerability in github.com/uber/kraken v0.1.3 Aug 26, 2019 GO-2023-1505 GO-2023-1505: Arbitrary file read vulnerability in github.com/uber/kraken v0.1.2 Apr 9, 2019 GO-2023-1505 GO-2023-1505: Arbitrary file read vulnerability in github.com/uber/kraken v0.1.1 Mar 11, 2019 GO-2023-1505 GO-2023-1505: Arbitrary file read vulnerability in github.com/uber/kraken v0.1.0 Feb 23, 2019 GO-2023-1505 GO-2023-1505: Arbitrary file read vulnerability in github.com/uber/kraken Changes in this version + const DockerTag + const Identity + const ShardedDockerBlob + type DockerTagPather struct + func (p DockerTagPather) BasePath() string + func (p DockerTagPather) BlobPath(name string) (string, error) + func (p DockerTagPather) NameFromBlobPath(bp string) (string, error) + type IdentityPather struct + func (p IdentityPather) BasePath() string + func (p IdentityPather) BlobPath(name string) (string, error) + func (p IdentityPather) NameFromBlobPath(bp string) (string, error) + type Pather interface + BasePath func() string + BlobPath func(name string) (string, error) + NameFromBlobPath func(bp string) (string, error) + func New(root, id string) (Pather, error) + type ShardedDockerBlobPather struct + func (p ShardedDockerBlobPather) BasePath() string + func (p ShardedDockerBlobPather) BlobPath(name string) (string, error) + func (p ShardedDockerBlobPather) NameFromBlobPath(bp string) (string, error)