Affected by GO-2023-1283
and 4 other vulnerabilities
GO-2023-1283: KubePi allows malicious actor to login with a forged JWT token via Hardcoded Jwtsigkeys in github.com/KubeOperator/kubepi
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.0.1
Opens a new window with list of versions in this module.
Published: Sep 15, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 22
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Install(parent iris.Party)
func (h *Handler) KubernetesAPIProxy() iris.Handler
type ItemList []interface{}
type K8sListObj struct {
Kind string `json:"kind"`
ApiVersion string `json:"apiVersion"`
Metadata interface{} `json:"metadata"`
Items ItemList `json:"items"`
}
type NamespaceResourceContainer struct {
metav1.TypeMeta `json:",inline"`
metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
Items []interface{} `json:"items"`
Namespaces []string `json:"namespaces"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.