banditEasy Playground

Security linter: find vulnerabilities in Python code

Getting started with banditRun locally
Install
pip install bandit
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: bandit)

bandit is a third-party package. Security linter: find vulnerabilities in Python code. 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?