Documentation ¶
Index ¶
- func ExtractTarGz(gzFilePath, dest string) error
- func ExtractTarGzStream(reader io.Reader, dest, pathToStrip string) error
- func ExtractTarStream(reader io.Reader, dest, pathToStrip string) error
- func SanitizeArchivePath(destination, header string) (v string, err error)
- func TarDDC(srcDir, dest, baseDDC string) error
- func TarGzDir(srcDir, dest string) error
- func TarGzDirFiltered(srcDir, dest string, filterList func(string) bool) error
- func TarGzDirFilteredStream(srcDir string, w io.Writer, filterList func(string) bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractTarGz ¶
func SanitizeArchivePath ¶
Sanitize archive file pathing from "G305: Zip Slip vulnerability"
func TarGzDirFiltered ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.