File tree 1 file changed +3
-3
lines changed
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):
206
206
input_group .add_argument (
207
207
"--vex-file" ,
208
208
action = "store" ,
209
- help = "provide vulnerability exchange (vex) filename for triage processing" ,
209
+ help = "provide vulnerability exploitability exchange (vex) filename for triage processing" ,
210
210
default = "" ,
211
211
)
212
212
@@ -353,15 +353,15 @@ def main(argv=None):
353
353
vex_output_group .add_argument (
354
354
"--vex-output" ,
355
355
action = "store" ,
356
- help = "Provide vulnerability exchange (vex) filename to generate" ,
356
+ help = "Provide vulnerability exploitability exchange (vex) filename to generate" ,
357
357
default = "" ,
358
358
)
359
359
vex_output_group .add_argument (
360
360
"--vex-type" ,
361
361
action = "store" ,
362
362
default = "" ,
363
363
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)" ,
365
365
)
366
366
vex_output_group .add_argument (
367
367
"--product" ,
You can’t perform that action at this time.
0 commit comments