Description
I am testing cve-bin-tool and get different output of vulnerabilities using version from pip 3.4.0 and directly installing from git source. Is there any different checking when using the different version? Because it gives no vulnerabilities with latest git version (3.4.1?) and 5 vulnerabilities with 3.4.0.
To reproduce
Steps to reproduce the behaviour:
- pip3 install cve-bin-tool
- run cve bin tool on spdx file with pip cve install
- then same with git source: pip3 install --user git+https://github.com/ossf/cve-bin-tool.git
- run cve bin tool on spdx file with cve git source install
Expected behaviour: same output
Actual behaviour: different output with different versions
Version/platform info
Version of CVE-bin-tool( e.g. output of cve-bin-tool --version): 3.4.0 ad 3.4.1
Installed from pypi or github? installed from both
Operating system: Linux/Windows (other platforms are unsupported but feel free to report issues anyhow)
- On Linux (or Windows Subsystem for Linux) you can run
uname -a
- On Windows you can run
systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
Python version (e.g. python3 --version):
Running in any particular CI environment we should know about? (e.g. Github Actions)
Anything else?
nope
Description
I am testing cve-bin-tool and get different output of vulnerabilities using version from pip 3.4.0 and directly installing from git source. Is there any different checking when using the different version? Because it gives no vulnerabilities with latest git version (3.4.1?) and 5 vulnerabilities with 3.4.0.
To reproduce
Steps to reproduce the behaviour:
Expected behaviour: same output
Actual behaviour: different output with different versions
Version/platform info
Version of CVE-bin-tool( e.g. output of
cve-bin-tool --version): 3.4.0 ad 3.4.1Installed from pypi or github? installed from both
Operating system: Linux/Windows (other platforms are unsupported but feel free to report issues anyhow)
uname -asysteminfo | findstr /B /C:"OS Name" /C:"OS Version"Python version (e.g.
python3 --version):Running in any particular CI environment we should know about? (e.g. Github Actions)
Anything else?
nope