Skip to content
This repository has been archived by the owner on Apr 1, 2018. It is now read-only.

Latest commit

 

History

History
49 lines (34 loc) · 1.63 KB

BanditBear.rst

File metadata and controls

49 lines (34 loc) · 1.63 KB

Performs security analysis on Python source code, utilizing the ast module from the Python standard library.

  • Python
  • Python 2
  • Python 3

Settings

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')'.)

Dependencies

  • pip - bandit

Can Detect

  • Security

License

AGPL-3.0

Authors