Skip to content

Commit

Permalink
fix: match cli arguments description (#4456)
Browse files Browse the repository at this point in the history
Signed-off-by: Aryan Bakliwal <[email protected]>

revert: "Update metadata"

Refs: b4e4193

Update spelling allowlist
  • Loading branch information
AryanBakliwal authored and uday-rana committed Sep 23, 2024
1 parent bdd8ebe commit f17afbb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
16 changes: 11 additions & 5 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ gstreamer
gupnp
gvfs
gzip
Hackathon
Hacktoberfest
haproxy
harfbuzz
Expand Down Expand Up @@ -290,6 +291,7 @@ img
imgur
imsahil
INI
inosmeet
iperf
ipk
ipmitool
Expand All @@ -309,6 +311,7 @@ javascript
jdk
jerinjtitus
jhead
joydeep
jq
jquery
json
Expand Down Expand Up @@ -407,6 +410,7 @@ Management
Manjaro
mariadb
mariuszskon
mastersans
mbedtls
mcmilk
mdadm
Expand Down Expand Up @@ -516,8 +520,8 @@ p
pacman
palletsprojects
pango
PASSPHRASE
passphrase
PASSPHRASE
patch
pcre
pcsc
Expand All @@ -528,8 +532,8 @@ pdftotext
pdxjohnny
peb
perl
PGP
pgp
PGP
php
picocom
pigz
Expand Down Expand Up @@ -575,6 +579,7 @@ quickstart
qyr
radare
radvd
raffifu
Rahul
raptor
rauc
Expand All @@ -591,6 +596,7 @@ regex
renv
reportlab
requirementstxt
Rexbeast
rhythmrx
Rishabh
Romi
Expand Down Expand Up @@ -663,6 +669,7 @@ systemd
SYSV
tagvalue
tar
tarfiles
taskbar
tcpdump
tcpreplay
Expand Down Expand Up @@ -708,8 +715,8 @@ uniq
unittest
unixodbc
upx
URI
uri
URI
URIs
url
urlopen
Expand All @@ -733,8 +740,8 @@ virtualenv
visualstudio
vlc
vm
Vorbis
vorbis
Vorbis
VPkg
vsftpd
Vulnerability
Expand Down Expand Up @@ -787,4 +794,3 @@ zshrc
zst
zstandard
zstd

6 changes: 3 additions & 3 deletions cve_bin_tool/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def main(argv=None):
input_group.add_argument(
"--vex-file",
action="store",
help="provide vulnerability exchange (vex) filename for triage processing",
help="provide vulnerability exploitability exchange (vex) filename for triage processing",
default="",
)

Expand Down Expand Up @@ -353,15 +353,15 @@ def main(argv=None):
vex_output_group.add_argument(
"--vex-output",
action="store",
help="Provide vulnerability exchange (vex) filename to generate",
help="Provide vulnerability exploitability exchange (vex) filename to generate",
default="",
)
vex_output_group.add_argument(
"--vex-type",
action="store",
default="",
choices=["cyclonedx", "csaf", "openvex"],
help="specify type of vulnerability exchange (vex) to generate (default: cyclonedx)",
help="specify type of vulnerability exploitability exchange (vex) to generate (default: cyclonedx)",
)
vex_output_group.add_argument(
"--product",
Expand Down

0 comments on commit f17afbb

Please sign in to comment.