pyupio / safety

Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected.
https://safetycli.com/product/safety-cli
MIT License
1.66k stars 141 forks source link

safety requires py > 1.11.0 which hasn't been released yet #421

Closed NikolaKikovski closed 1 year ago

NikolaKikovski commented 1 year ago

Description

safety currently requires py > 1.11.0 for its checks to pass (see screenshot) with ID 51457:

изображение

but py has no newer versions

What I Did

safety check --file=requirements.txt
yeisonvargasf commented 1 year ago

Hi @NikolaKikovski,

That image isn't the default UI in Safety 2.3.1. Could you attach a screenshot with the output of the following command: safety --version

Related to the vulnerability, you should report that in the repo for the database: https://github.com/pyupio/safety-db/issues. @SCH227 can help you there.

yeisonvargasf commented 1 year ago

Feel free to open a new issue with more detailed information.