Affected by GO-2022-1000
and 2 other vulnerabilities
GO-2022-1000: KubeVirt vulnerable to arbitrary file read on host in kubevirt.io/kubevirt
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:
v0.42.1
Opens a new window with list of versions in this module.
Published: Jun 9, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Capabilities struct {
XMLName xml.Name `xml:"capabilities"`
Host Host `xml:"host"`
}
type Counter struct {
Name string `xml:"name,attr"`
Frequency int64 `xml:"frequency,attr"`
Scaling yesnobool `xml:"scaling,attr"`
}
type Host struct {
UUID string `xml:"uuid"`
CPU HostCPU `xml:"cpu"`
}
type HostCPU struct {
Arch string `xml:"arch"`
Model string `xml:"model"`
Vendor string `xml:"vendor"`
Counter []Counter `xml:"counter"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.