Versions in this module Expand all Collapse all v0 v0.1.1 Dec 20, 2017 GO-2024-2984 +1 more GO-2024-2984: Linkerd potential access to the shutdown endpoint in github.com/linkerd/linkerd2 GO-2025-3664: Linkerd resource exhaustion vulnerability in github.com/linkerd/linkerd2 Changes in this version + type Shell interface + AsyncStdout func(potentialErrorFromAsyncProcess chan error, name string, arg ...string) (*bufio.Reader, error) + CombinedOutput func(name string, arg ...string) (string, error) + HomeDir func() string + WaitForCharacter func(charToWaitFor byte, output *bufio.Reader, timeout time.Duration) (string, error) + func MakeUnixShell() Shell