Affected by GO-2023-1463
and 3 other vulnerabilities
GO-2023-1463: KubePi may allow unauthorized access to system API in github.com/KubeOperator/kubepi
GO-2023-1468: KubePi session fixation attack allows an attacker to hijack a legitimate user session. in github.com/KubeOperator/kubepi
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.3
Opens a new window with list of versions in this module.
Published: Jan 4, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Authenticate struct {
Password string `json:"password"`
}
type Mfa struct {
Enable bool `json:"enable"`
}
type UserCreate struct {
Name string `json:"name"`
NickName string `json:"nickName" storm:"index"`
Email string `json:"email" storm:"unique"`
IsAdmin bool `json:"isAdmin"`
Authenticate Authenticate `json:"authenticate"`
Mfa Mfa `json:"mfa"`
Roles []string `json:"roles"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.