bandit — Easy Playground
Security linter for common vulnerabilities
Getting started with banditRun locally
Install
pip install banditPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: bandit)
bandit is a third-party package. Security linter for common vulnerabilities. Install with: pip install bandit
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?