Affected by GO-2023-1866
and 6 other vulnerabilities
GO-2023-1866: Silver vulnerable to MitM attack against implants due to a cryptography vulnerability in github.com/bishopfox/sliver
GO-2025-4079: Silver has unrestricted traffic between Wireguard clients in github.com/bishopfox/sliver
GO-2026-4280: Sliver Vulnerable to Pre-Auth Memory Exhaustion via NoEncoder Bypass in github.com/bishopfox/sliver
GO-2026-4445: Sliver Vulnerable to Website Path Traversal / Arbitrary File Read (Authenticated) in github.com/bishopfox/sliver
GO-2026-4466: Sliver has DNS C2 OTP Bypass that Allows Unauthenticated Session Flooding and Denial of Service in github.com/bishopfox/sliver
GO-2026-4548: Sliver has Potential Zip Bomb Denial of Service in GzipEncoder in github.com/bishopfox/sliver
GO-2026-4609: Sliver is Vulnerable to Authenticated Nil-Pointer Dereference through its Handlers in github.com/bishopfox/sliver
package
Version:
v1.5.2
Opens a new window with list of versions in this module.
Published: Jan 24, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 5
Opens a new window with list of known importers.
README
¶
Go Go
The gogo package is a Go wrapper around the Go compiler toolchain.
Documentation
¶
-
func GarbleCmd(config GoConfig, cwd string, command []string) ([]byte, error)
-
func GetGoCache(appDir string) string
-
func GetGoModCache(appDir string) string
-
func GetGoRootDir(appDir string) string
-
func GoBuild(config GoConfig, src string, dest string, buildmode string, tags []string, ...) ([]byte, error)
-
func GoCmd(config GoConfig, cwd string, command []string) ([]byte, error)
-
func GoMod(config GoConfig, src string, args []string) ([]byte, error)
-
func GoToolDistList(config GoConfig) []string
-
func GoVersion(config GoConfig) ([]byte, error)
-
func ValidCompilerTargets(config GoConfig) map[string]bool
-
type GoConfig
GarbleCmd - Execute a go command
GetGoCache - Get the OS temp dir (used for GOCACHE)
GetGoModCache - Get the GoMod cache dir
GetGoRootDir - Get the path to GOROOT
GoBuild - Execute a go build command, returns stdout/error
GoCmd - Execute a go command
GoMod - Execute go module commands in src dir
GoToolDistList - Get a list of supported GOOS/GOARCH pairs
GoVersion - Execute a go version command, returns stdout/error
ValidCompilerTargets - Returns a map of valid compiler targets
GoConfig - Env variables for Go compiler
Source Files
¶
Click to show internal directories.
Click to hide internal directories.