GO-2026-4598 : Nuclio Shell Runtime Command Injection Leading to Privilege Escalation in github.com/nuclio/nuclio
Discover Packages
github.com/nuclio/nuclio
pkg
processor
build
util
package
Version:
v1.14.2
Opens a new window with list of versions in this module.
Published: Feb 25, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
Documentation
¶
CopyDir Recursively copies a directory tree, attempting to preserve
permissions. Source directory must exist, destination directory must *not*
exist.
CopyFile copies file source to destination dest.
CopyTo copies source to dest
If source is a file and dest is a file, performs copy file
If source is a dir and dest is a dir, performs copy dir
If source is a file and dest is a dir, copies source to the dest dir with the same name
If source is a dir and dest is a file, returns error
IsArchive checks if the file is an archive
IsJar checks if the file is a jar
type Unarchiver struct {
}
Extract extracts the source archive to the target path
Source Files
¶
Click to show internal directories.
Click to hide internal directories.