GO-2022-0792 
             and 1 other vulnerabilities
           
          
            
  
    GO-2022-0792 : Privilege Escalation in Kubernetes in github.com/kubernetes/kubernetes
  
 
  
    GO-2022-0857 : Information Exposure in Kubernetes in github.com/kubernetes/kubernetes
  
 
           
         
     
    
  
  
  
    
      
        
          
            Discover Packages 
           
        
          
            github.com/kubernetes/kubernetes 
           
        
          
            pkg 
           
        
        
          
            version
           
          
            
               
          
        
       
     
   
  
    
  
    
       
    
    
      package 
    
    
      
        
           
      
    
   
    
      
  
    
      
  
    
      Version:  
        v1.2.0-beta.1
     
    
      Opens a new window with list of versions in this module.
    
    
    
   
      
  
    Published: Mar 11, 2016
   
      
  
    License: Apache-2.0 
      
    
   
  
    Opens a new window with license information.
  
      
        
  
    
      Imports:  5
     
   
  
    Opens a new window with list of imports.
  
        
  
    
       Imported by:  0
     
   
  
    Opens a new window with list of known importers.
  
      
    
   
  
  
    
   
 
    
      
    
    
  
  
    
      
        
          Documentation 
        
       
     
  
 
    
  
    
      
      
        
          
  
    
      ¶ 
     
    
  
    
  
    
      
        
 
    
Package version supplies version information collected at build time to
kubernetes components.
 
  
  
  
  
  
  
  
      
  
  
    
    
    
      type Info struct {
	Major        string  `json:"major"`
 	Minor        string  `json:"minor"`
 	GitVersion   string  `json:"gitVersion"`
 	GitCommit    string  `json:"gitCommit"`
 	GitTreeState string  `json:"gitTreeState"`
 } 
     
  Info contains versioning information.
TODO: Add []string of api versions supported? It's still unclear
how we'll want to distribute that information.
    
  
  
    
    
    
  Get returns the overall codebase version. It's for detecting
what code a binary was built from.
  
   
    
  
  
    
    
    
  String returns info as a human-friendly version string.
  
   
  
       
      
     
   
        
      
      
        
  
    
      ¶ 
     
   
      
      
        
  
    
      ¶ 
     
    
    
      
      
          
  
  
    
      
        
          Package verflag defines utility functions to handle command line flags related to version of Kubernetes.
         
       
      Package verflag defines utility functions to handle command line flags related to version of Kubernetes.  
      
    
   
      
     
   
   Click to show internal directories. 
   Click to hide internal directories.