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

Support `configfile` in `.bandit` file #1052

Closed bersbersbers closed 5 months ago

bersbersbers commented 1 year ago

This is a try at alleviating the pains of #318, see in particular https://github.com/PyCQA/bandit/issues/318#issuecomment-1717003477.

bersbersbers commented 10 months ago

@lukehinds since you seem to be active in this repository, do you have any guidance on having this PR reviewed? Thanks in advance!