You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
The plugin shouldn't be enabled by default as it currently is. Specifically, there is supposed to be a --bandit argument that is passable to the addopts option in the pytest configuration.
bandit is useless if I can't skip specific issues. As such, a bandit_skips or bandit_ini option is a must.
As for bandit_recurse, I can't think of a good reason why it should ever be false. Why does this user option need to exist?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The plugin shouldn't be enabled by default as it currently is. Specifically, there is supposed to be a
--bandit
argument that is passable to theaddopts
option in the pytest configuration.bandit is useless if I can't skip specific issues. As such, a
bandit_skips
orbandit_ini
option is a must.As for
bandit_recurse
, I can't think of a good reason why it should ever be false. Why does this user option need to exist?The text was updated successfully, but these errors were encountered: