Skip to content

Commit 3195d5b

Browse files
authored
Merge pull request #32 from tigre-bleu/add-cve-list-import
Update help to clarify that a list of CVE can be provided in plaintext with the -i flag
2 parents a40bd91 + 393f954 commit 3195d5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sploitscan/sploitscan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ def cli():
11071107
"-i",
11081108
"--import-file",
11091109
type=str,
1110-
help="Path to an import file from a vulnerability scanner. If used, CVE IDs can be omitted from the command line arguments.",
1110+
help="Path to an import file. If used, CVE IDs can be omitted from the command line arguments. Expected file type is a plain text file with one CVE per line. Vulnerability scanner files can be imported also with the --type argument to specify the correct type",
11111111
)
11121112
parser.add_argument(
11131113
"-c",

0 commit comments

Comments
 (0)