We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Available language parsers are not produced in the same way as Checkers or available data sources
cve-bin-tool --help
Expected behaviour:
List of language parsers in a list Dart, Go, Java etc...
Actual behaviour:
Available language scanners: <class 'cve_bin_tool.parsers.dart.DartParser'>, <class 'cve_bin_tool.parsers.env.EnvParser'>, <class 'cve_bin_tool.parsers.go.GoParser'>, <class 'cve_bin_tool.parsers.java.JavaParser'>, <class 'cve_bin_tool.parsers.javascript.JavascriptParser'>, <class 'cve_bin_tool.parsers.perl.PerlParser'>, <class 'cve_bin_tool.parsers.php.PhpParser'>, <class 'cve_bin_tool.parsers.python.PythonParser'>, <class 'cve_bin_tool.parsers.python.PythonRequirementsParser'>, <class 'cve_bin_tool.parsers.r.RParser'>, <class 'cve_bin_tool.parsers.ruby.RubyParser'>, <class 'cve_bin_tool.parsers.rust.RustParser'>, <class 'cve_bin_tool.parsers.swift.SwiftParser'>
Version of CVE-bin-tool( e.g. output of cve-bin-tool --version): 3.3.1dev0 Python version (e.g. python3 --version): 3.10.8
cve-bin-tool --version
python3 --version
The text was updated successfully, but these errors were encountered:
Possibly related to changes in #4207
Sorry, something went wrong.
fix: list of available language parsers (fixes intel#4334)
23c6e63
Same as this one: #4328
cadd5b6
No branches or pull requests
Description
Available language parsers are not produced in the same way as Checkers or available data sources
To reproduce
cve-bin-tool --help
Expected behaviour:
List of language parsers in a list Dart, Go, Java etc...
Actual behaviour:
Version/platform info
Version of CVE-bin-tool( e.g. output of
cve-bin-tool --version
): 3.3.1dev0Python version (e.g.
python3 --version
): 3.10.8The text was updated successfully, but these errors were encountered: