tylerwince / flake8-bandit

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

Missing many vulnerabilities that bandit picks up #19

Closed jwa5426 closed 3 years ago

jwa5426 commented 3 years ago

I noticed that running bandit -r . picks up many possible vulnerabilities which flake8-bandit does not (i.e. B311:random).

I am using:

jwa5426 commented 3 years ago

Nevermind, this was user error