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

transform_ignore - check for empty #477

Closed rib3 closed 3 months ago

rib3 commented 11 months ago

There appears to be a problem loading ignores from a policy file in 2.4.0b1 (and in main) I believe it was introduced in #343

I added a new tests that trigger the issue (based on existing tests).

Let me know if you want me to adjust anything. (and no problem if you want do handle the fix yourself.)