Affected by GO-2024-2688
and 1 other vulnerabilities
GO-2024-2688: KubeVirt NULL pointer dereference flaw in kubevirt.io/kubevirt
GO-2024-2816: kubevirt allows a local attacker to execute arbitrary code via a crafted command in kubevirt.io/kubevirt
package
Version:
v1.3.0-alpha.0
Opens a new window with list of versions in this module.
Published: May 10, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewCmd(netns ns.NetNS, sysctlAdapter sysctlAdapter, netlinkAdapter netlinkAdapter) *cmd
type CniArgs struct {
LogicNetworkName string `json:"logicNetworkName,omitempty"`
}
CniArgs represents extended parameters that are passed as `cni-args`.
type NetConf struct {
types.NetConf
Args struct {
Cni CniArgs `json:"cni,omitempty"`
} `json:"args,omitempty"`
}
A NetConf structure represents a Multus network attachment definition configuration
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.