Affected by GO-2025-3917
and 2 other vulnerabilities
GO-2025-3917 : NeuVector has an insecure password storage vulnerable to rainbow attack in github.com/neuvector/neuvector
GO-2025-3918 : NeuVector admin account has insecure default password in github.com/neuvector/neuvector
GO-2025-3919 : NeuVector process with sensitive arguments lead to leakage in github.com/neuvector/neuvector
Discover Packages
github.com/neuvector/neuvector
share
system
sidekick
package
Version:
v0.0.0-test
Opens a new window with list of versions in this module.
Published: Dec 11, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 16
Opens a new window with list of known importers.
Documentation
Documentation
¶
Return route's link name and ip
type NetAddr struct {
IPNet net .IPNet `json:"ipnet"`
Scope int `json:"scope"`
}
type NetIface struct {
Name string `json:"name"`
Type string `json:"type"`
Mtu int `json:"mtu"`
Flags net .Flags `json:"flags"`
Addrs []NetAddr `json:"addrs"`
}
type NetLinkAttrs struct {
Index int `json:"index"`
Name string `json:"name"`
OperState bool `json:"OperState"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.