Affected by GO-2023-1956
and 1 other vulnerabilities
GO-2023-1956: KubePi Privilege Escalation vulnerability in github.com/KubeOperator/kubepi
GO-2023-1957: KubePi may leak password hash of any user in github.com/KubeOperator/kubepi
package
Version:
v1.6.4
Opens a new window with list of versions in this module.
Published: Jan 11, 2023
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 Condition struct {
Field string `json:"field"`
Operator string `json:"operator"`
Value string `json:"value"`
}
type DBOptions struct {
DB storm.Node
}
type DBService interface {
GetDB(options DBOptions) storm.Node
}
type DefaultDBService struct {
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.