File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ def main(argv=None):
206206    input_group .add_argument (
207207        "--vex-file" ,
208208        action = "store" ,
209-         help = "provide vulnerability exchange (vex) filename for triage processing" ,
209+         help = "provide vulnerability exploitability  exchange (vex) filename for triage processing" ,
210210        default = "" ,
211211    )
212212
@@ -353,15 +353,15 @@ def main(argv=None):
353353    vex_output_group .add_argument (
354354        "--vex-output" ,
355355        action = "store" ,
356-         help = "Provide vulnerability exchange (vex) filename to generate" ,
356+         help = "Provide vulnerability exploitability  exchange (vex) filename to generate" ,
357357        default = "" ,
358358    )
359359    vex_output_group .add_argument (
360360        "--vex-type" ,
361361        action = "store" ,
362362        default = "" ,
363363        choices = ["cyclonedx" , "csaf" , "openvex" ],
364-         help = "specify type of vulnerability exchange (vex) to generate (default: cyclonedx)" ,
364+         help = "specify type of vulnerability exploitability  exchange (vex) to generate (default: cyclonedx)" ,
365365    )
366366    vex_output_group .add_argument (
367367        "--product" ,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments