How to Security Lint your Code
In previous posts, we looked at some of the tools (Flake8 and Black) that can be used for performing stylistic and syntax checking against your Python code. However, there is something else we must also consider - security!
Let me introduce - Bandit. Bandit is a Python-based open-source security linter.