Closed anotherbridge closed 1 year ago
Thanks for reporting this error. This seems to be a problem due to the https://deps.dev API returning the incorrect latest package version which is indication enough to stop using it I suppose. I'm working on the fix right now and will be released with the next version, appreciate for reporting.
Pyscan will be using pip to report the correct version from now on.
Thanks @aswinnnn for the fast response. Looking forward to the next release.
Describe the bug When running pyscan does tell me there is a vulnerability in my requests dependency, although the version that is specified is not the version that is installed. In the installed version this vulnerability has been patched.
I am getting the following result back after running
pyscan
:Running a
pip3 freeze
yields:Yet when running
pyscan package -n requests -v 2.30.0
I am getting the expected response:To Reproduce Steps to reproduce the behavior:
requirements.txt
:pip3 install pyscan-rs
pyscan
Expected behavior It is expected that the version number of the currently installed package is identified correctly.
Desktop (please complete the following information):