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

Safety support as a package #386

Closed yeisonvargasf closed 2 years ago

yeisonvargasf commented 2 years ago

This PR removes the heavy use of the click context; now, Safety can be used in non-CLI environments.

Other fixes: