GO-2023-2176 : Kubernetes csi-proxy vulnerable to privilege escalation due to improper input validation in github.com/kubernetes-csi/csi-proxy
The highest tagged major version is
v2 .
Discover Packages
github.com/kubernetes-csi/csi-proxy
pkg
server
package
Version:
v1.1.2
Opens a new window with list of versions in this module.
Published: Oct 5, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation Source Files Directories Index Constants Variables Functions Types type Server NewServer(apiGroups) (s) Start(listeningChan) (s) Stop()
Documentation
¶
Server aggregates a number of API groups and versions,
and serves requests for all of them.
NewServer creates a new Server for the given API groups.
func (s *Server ) Start(listeningChan chan interface{}) []error
Start starts one GRPC server per API version; it is a blocking call, that returns
as soon as any of those servers shuts down (at which point it also shuts down all the
others).
If passed a listeningChan, it will close it when it's started listening.
Stop stops all GRPC servers.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.