Skip to content

Commit

Permalink
Merge pull request #32 from tigre-bleu/add-cve-list-import
Browse files Browse the repository at this point in the history
Update help to clarify that a list of CVE can be provided in plaintext with the -i flag
  • Loading branch information
xaitax authored Sep 19, 2024
2 parents a40bd91 + 393f954 commit 3195d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sploitscan/sploitscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ def cli():
"-i",
"--import-file",
type=str,
help="Path to an import file from a vulnerability scanner. If used, CVE IDs can be omitted from the command line arguments.",
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",
)
parser.add_argument(
"-c",
Expand Down

0 comments on commit 3195d5b

Please sign in to comment.