We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa0c51 commit f14b200Copy full SHA for f14b200
cve_bin_tool/cli.py
@@ -418,7 +418,7 @@ def main(argv=sys.argv, outfile=sys.stdout):
418
if (not args.quiet) and scanner.files_with_cve > 0:
419
affected_string = ", ".join(
420
map(
421
- lambda module_version: " ".join(module_version),
+ lambda module_version: " ".join(str(module_version)),
422
scanner.affected(),
423
)
424
0 commit comments