Affected by GO-2022-0792
and 2 other vulnerabilities
GO-2022-0792: Privilege Escalation in Kubernetes in github.com/kubernetes/kubernetes
GO-2022-0857: Information Exposure in Kubernetes in github.com/kubernetes/kubernetes
GO-2022-0893: Access Restriction Bypass in kubernetes in github.com/kubernetes/kubernetes
package
Version:
v1.0.6
Opens a new window with list of versions in this module.
Published: Sep 10, 2015
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package archive provides utilities to archive and unarchive filesystem
hierarchies.
UnzipDir unzips all files from a given zip byte array into a given directory.
The directory is created if it does not exist yet.
Create a zip of all files in a directory recursively, return a byte array and
the number of files archived.
ZipWalker returns a filepath.WalkFunc that adds every filesystem node
to the given *zip.Writer.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.