Versions in this module Expand all Collapse all v0 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 + type Client interface + Create func(path string, src io.Reader) error + GetFileStatus func(path string) (FileStatus, error) + ListFileStatus func(path string) ([]FileStatus, error) + Mkdirs func(path string) error + Open func(path string, dst io.Writer) error + Rename func(from, to string) error + func NewClient(config Config, namenodes []string, username string) (Client, error) + type Config struct + BufferGuard datasize.ByteSize + BufferSize datasize.ByteSize + type FileStatus struct + Length int64 + PathSuffix string + Type string