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

fix: `ignore_vulns` and `session` args should be optional in calls to `safety.check`. #520

Open jeff-at-tamer-dot-codes opened 2 months ago

jeff-at-tamer-dot-codes commented 2 months ago

The previous code implied that ignore_vulns and session were optional args, but behaved as though they were required args.