Affected by GO-2022-0617
and 3 other vulnerabilities
GO-2022-0617: WITHDRAWN: Potential proxy IP restriction bypass in Kubernetes in k8s.io/kubernetes
GO-2022-0983: kubectl ANSI escape characters not filtered in k8s.io/kubernetes
GO-2024-2994: Kubernetes sets incorrect permissions on Windows containers logs in k8s.io/kubernetes
GO-2024-3277: Kubernetes Nil pointer dereference in KCM after v1 HPA patch request in k8s.io/kubernetes
package
Version:
v1.25.16
Opens a new window with list of versions in this module.
Published: Nov 15, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package ipconfig provides an interface and implementations for running Windows ipconfig commands.
type Interface interface {
GetDNSSuffixSearchList() ([]string, error)
}
Interface is an injectable interface for running ipconfig commands. Implementations must be goroutine-safe.
New returns a new Interface which will exec ipconfig.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.