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.68k stars 142 forks source link

Add Pipfile support #47

Open jayfk opened 7 years ago

jayfk commented 7 years ago

Safety already works with the currently active virtual environment, but it would be nice to to run:

safety check -r Pipfile

or

safety check -r Pipfile.lock

It's probably the best to wait for https://github.com/pypa/pipfile/pull/57 before working on this.

katzdm commented 4 years ago

Looks like pypa/pipfile#57 has been abandoned - Would it be worth revisiting this under that assumption, or was that PR an absolute blocker?

gtsop commented 4 years ago

What's the status of this?

dylanpulver commented 2 weeks ago

Hi @jayfk and everyone involved,

Thank you for your feature request and for your patience as we reviewed it.

We're pleased to inform you that Safety now supports scanning Pipfile and Pipfile.lock files directly. This feature allows users to run commands like safety scan --target /path/to/Pipfile or safety scan --target /path/to/Pipfile.lock to check for vulnerabilities in their dependencies.

If you have any further questions or encounter any issues, please let us know.

Best Regards, The Safety Team