Skip to content
New issue

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

fix: List of language parsers not reported #4334

Closed
anthonyharrison opened this issue Aug 11, 2024 · 2 comments
Closed

fix: List of language parsers not reported #4334

anthonyharrison opened this issue Aug 11, 2024 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@anthonyharrison
Copy link
Contributor

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:

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/platform info

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

@anthonyharrison anthonyharrison added the bug Something isn't working label Aug 11, 2024
@anthonyharrison anthonyharrison added this to the 3.4 milestone Aug 11, 2024
@anthonyharrison
Copy link
Contributor Author

Possibly related to changes in #4207

anthonyharrison added a commit to anthonyharrison/cve-bin-tool that referenced this issue Aug 11, 2024
@mastersans
Copy link
Member

Same as this one: #4328

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants