Using Bandit to find bad code (dangerous code) in a Python library. ****Bandit is a tool designed to find common security issues in Python code. To do this Bandit processes each file. Once Bandit has finished scanning all the files it generates a report.
