Performs security analysis on Python source code, utilizing the ast
module from the Python standard library.
- Python
- Python 2
- Python 3
Setting | Meaning |
---|---|
bandit_skipped_tests |
The IDs of the tests bandit shall not perform. You can
get information about the available builtin codes at
https://github.com/openstack/bandit#usage. (Optional,
defaults to '('B105', 'B106', 'B107', 'B404', 'B603',
'B606', 'B607')'.) |
pip
-bandit
- Security
AGPL-3.0
- The coala developers ([email protected])