Affected by GO-2025-4079
and 4 other vulnerabilities
GO-2025-4079: Silver has unrestricted traffic between Wireguard clients 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.2.1
Opens a new window with list of versions in this module.
Published: Jan 3, 2021
License: GPL-3.0
Opens a new window with license information.
Imports: 7
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
¶
- Variables
-
func GetGoPathDir(appDir string) string
-
func GetGoRootDir(appDir string) string
-
func GetTempDir() 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 GoVersion(config GoConfig) ([]byte, error)
-
type GoConfig
GetGoPathDir - Get the path to GOPATH
GetGoRootDir - Get the path to GOROOT
GetTempDir - Get the OS temp dir (used for GOCACHE)
GoBuild - Execute a go build command, returns stdout/error
GoCmd - Execute a go command
GoVersion - Execute a go version command, returns stdout/error
GoConfig - Env variables for Go compiler
Source Files
¶
Click to show internal directories.
Click to hide internal directories.