PyCQA / bandit

Bandit is a tool designed to find common security issues in Python code.
https://bandit.readthedocs.io
Apache License 2.0
6.52k stars 612 forks source link

Remove python 2 reference in docs #933

Closed ericwb closed 2 years ago

ericwb commented 2 years ago

Bandit no longer supports Python 2, so there is no need for a plugin to reference exec() in the Py2 docs.