pypa / pip-audit

Audits Python environments, requirements files and dependency trees for known security vulnerabilities, and can automatically fix them
https://pypi.org/project/pip-audit/
Apache License 2.0
960 stars 63 forks source link

Roadmap: integration into `pip` as `pip audit` subcommand #335

Open di opened 2 years ago

di commented 2 years ago

This issue describes a potential roadmap for the integration of pip-audit into pip as a pip audit subcommand, as well as potential blockers.

This top-level comment will be edited as the roadmap is updated and progresses. Comments to this issue will describe progress on the roadmap for subscribers.

I think the core functionality we'll want to support is:

Things that pip-audit supports that pip audit may want to support eventually but don't need to be included in the initial release:

Things that pip-audit supports that pip will likely never support:

woodruffw commented 2 years ago

Added another sub-item to the "needs to support being vendored by pip" task to reflect that we need to completely "fuse off" some functionality, but otherwise this roadmap LGTM!