pip-audit — Easy Playground
Audit Python environments for packages with known vulnerabilities
Getting started with pip-auditRun locally
Install
pip install pip-auditPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: pip_audit)
pip-audit is a third-party package. Audit Python environments for packages with known vulnerabilities. Install with: pip install pip-audit
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?