You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: