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

Improve the resolve_dependencies process by flitering out non-versioned packages and by detecting modules #1468

Open
DennisClark opened this issue Dec 11, 2024 · 0 comments

Comments

@DennisClark
Copy link
Member

A recent scan of jqlang/jq identified 20 dependencies. Six of these were from Pipfile and were identified without version number; 14 of these were from Pipfile.lock and were identified with specific versions. The scan failed to identify a package in the modules directory of the project.

The non-versioned packages are not useful and can also result in false-positive vulnerability discoveries.

The modules should be identified as dependencies.

Scan results attached.
scancodeio_jqlang-test2.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant