Skip to content

name collision with zstandard #3179

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

Closed
terriko opened this issue Jul 25, 2023 · 1 comment
Closed

name collision with zstandard #3179

terriko opened this issue Jul 25, 2023 · 1 comment
Milestone

Comments

@terriko
Copy link
Contributor

terriko commented Jul 25, 2023

Similar to #3152 -- our scans on our own requirements.txt file is complaining that there's a vulnerability in {facebook, zstandard} (e.g. https://github.com/facebook/zstd) but we're using python-zstandard (e.g. https://github.com/indygreg/python-zstandard) which is bindings to the facebook library.

The problem is that the python-zstandard versions are much smaller than the facebook-zstandard ones, so the scanner things we're using older, vulnerability-ridden code.

As with #3152 , this can be handled temporarily with triage but I think we need to build some name de-duplication into our python language parser to handle this within cve-bin-tool itself

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