Versions in this module Expand all Collapse all v0 v0.1.0 May 23, 2026 Changes in this version + func CheckPathTraversal(root, target string) error + func CheckRemotePathTraversal(root, target string) error + type ContextReader struct + Ctx context.Context + Reader io.Reader + func (cr *ContextReader) Read(p []byte) (int, error) + type ProgressReader struct + Current int64 + Fn invoke.ProgressFunc + Total int64 + func (pr *ProgressReader) Read(p []byte) (int, error)