Find third-party vulnerabilities in your Python code using the pip-audit tool #3373
chunfuwen
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Item: There is one tool named pip-audit tool to help find CVE advisories issued for Python modules you're using in your project. Do we need introduce this tool into avocado-vt project to check whether there is third-party vulnerabilities in avocado-vt project ?
By the way, the usage it very simple: just pip install pip-audit, then run command: pip-audit --requirement requirements.txt ,and the command output whether there are vulnerabilities or not.
Learn more details about this tool from https://www.redhat.com/sysadmin/find-python-vulnerabilities?sc_cid=7013a000002qKkdAAE
Beta Was this translation helpful? Give feedback.
All reactions