tylerwince / flake8-bandit

Automated security testing using bandit and flake8.
MIT License
111 stars 23 forks source link

Make flake8-bandit work with latest bandit 1.7.3 too #23

Closed sathieu closed 2 years ago

sathieu commented 2 years ago

Fixes: #21

flake8-bandit 1.7.3 (PyCQA/bandit#496) introduced an fdata argument and this just passes a None to make things work with the latest version of bandit.

sathieu commented 2 years ago

@tylerwince Please review.

WilliamDEdwards commented 2 years ago

Can we do anything to help get this merged, @tylerwince?

tylerwince commented 2 years ago

Hey @sathieu and @nastra, I'm just getting to look at these PRs. Give me a day or so to review. I need to compare this PR and the other one opened.