tylerwince / flake8-bandit

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

support all options in .bandit #17

Closed shapiromatron closed 4 years ago

shapiromatron commented 4 years ago

Breaking change:

I'm using a number of more modern python features, could of course rewrite with older methods but wanted to write the simple way first unless there are objections; for most projects I've worked on and other frequently used tools, it seems like python 3.6 is a reasonable minimum version (black, pydantic, etc).

Implements additional features as discussed in #3

tylerwince commented 4 years ago

Thanks @shapiromatron! Any chance you could add a couple tests for common .bandit configs?

shapiromatron commented 4 years ago

Thanks @shapiromatron! Any chance you could add a couple tests for common .bandit configs?

Sure, how do I test? I didn't really understand how to do it with this project.

shapiromatron commented 4 years ago

@tylerwince bump :) don't want this one to get stuck...

crimsonknave commented 4 years ago

It doesn't appear that this has made it into a published version yet, is that correct?

djmattyg007 commented 3 years ago

@tylerwince Would you be able to publish a new release?