From f17afbb03dd98c36ee09d4bed0051ede2a841856 Mon Sep 17 00:00:00 2001 From: Aryan Bakliwal <106430579+AryanBakliwal@users.noreply.github.com> Date: Wed, 18 Sep 2024 00:09:29 +0530 Subject: [PATCH] fix: match cli arguments description (#4456) Signed-off-by: Aryan Bakliwal revert: "Update metadata" Refs: b4e41932479221250d668b40d497a4ea231bd959 Update spelling allowlist --- .github/actions/spelling/allow.txt | 16 +++++++++++----- cve_bin_tool/cli.py | 6 +++--- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.github/actions/spelling/allow.txt b/.github/actions/spelling/allow.txt index 3a7da2dc3c..4ba6df6c7a 100644 --- a/.github/actions/spelling/allow.txt +++ b/.github/actions/spelling/allow.txt @@ -262,6 +262,7 @@ gstreamer gupnp gvfs gzip +Hackathon Hacktoberfest haproxy harfbuzz @@ -290,6 +291,7 @@ img imgur imsahil INI +inosmeet iperf ipk ipmitool @@ -309,6 +311,7 @@ javascript jdk jerinjtitus jhead +joydeep jq jquery json @@ -407,6 +410,7 @@ Management Manjaro mariadb mariuszskon +mastersans mbedtls mcmilk mdadm @@ -516,8 +520,8 @@ p pacman palletsprojects pango -PASSPHRASE passphrase +PASSPHRASE patch pcre pcsc @@ -528,8 +532,8 @@ pdftotext pdxjohnny peb perl -PGP pgp +PGP php picocom pigz @@ -575,6 +579,7 @@ quickstart qyr radare radvd +raffifu Rahul raptor rauc @@ -591,6 +596,7 @@ regex renv reportlab requirementstxt +Rexbeast rhythmrx Rishabh Romi @@ -663,6 +669,7 @@ systemd SYSV tagvalue tar +tarfiles taskbar tcpdump tcpreplay @@ -708,8 +715,8 @@ uniq unittest unixodbc upx -URI uri +URI URIs url urlopen @@ -733,8 +740,8 @@ virtualenv visualstudio vlc vm -Vorbis vorbis +Vorbis VPkg vsftpd Vulnerability @@ -787,4 +794,3 @@ zshrc zst zstandard zstd - diff --git a/cve_bin_tool/cli.py b/cve_bin_tool/cli.py index 066ec72986..ff50d8a9c2 100644 --- a/cve_bin_tool/cli.py +++ b/cve_bin_tool/cli.py @@ -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="", ) @@ -353,7 +353,7 @@ 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( @@ -361,7 +361,7 @@ def main(argv=None): 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",