Versions in this module Expand all Collapse all v0 v0.2.2 Oct 24, 2020 GO-2023-2176 GO-2023-2176: Kubernetes csi-proxy vulnerable to privilege escalation due to improper input validation in github.com/kubernetes-csi/csi-proxy Changes in this version + type API interface + GetBIOSSerialNumber func() (string, error) + GetService func(name string) (*system.ServiceInfo, error) + StartService func(name string) error + StopService func(name string, force bool) error + type Server struct + func NewServer(hostAPI API) (*Server, error) + func (s *Server) GetBIOSSerialNumber(context context.Context, request *internal.GetBIOSSerialNumberRequest, ...) (*internal.GetBIOSSerialNumberResponse, error) + func (s *Server) GetService(context context.Context, request *internal.GetServiceRequest, ...) (*internal.GetServiceResponse, error) + func (s *Server) StartService(context context.Context, request *internal.StartServiceRequest, ...) (*internal.StartServiceResponse, error) + func (s *Server) StopService(context context.Context, request *internal.StopServiceRequest, ...) (*internal.StopServiceResponse, error) + func (s *Server) VersionedAPIs() []*srvtypes.VersionedAPI