Add pip-audit
to poetry operations that touch the lockfile
#6220
Labels
kind/feature
Feature requests/implementations
Feature Request
Adding a tool like pip-audit to operations that touch the lockfile adds a measure of security to Poetry. Poetry knows the source of the files and can, correctly, only inspect the dependencies that come directly from PyPI; and further, since Poetry stores hashes in the lockfile once a dependency is known safe it doesn't have to be checked again. This helps mitigate PyPI poisoning attacks.
Possibly if performance is an issue its functionality (and the state of "is it default") can be a global Poetry config flag.
The text was updated successfully, but these errors were encountered: