.coveragerc
.testr.conf
AUTHORS
ChangeLog
LICENSE
README.rst
pylintrc
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
bandit/__init__.py
bandit.egg-info/PKG-INFO
bandit.egg-info/SOURCES.txt
bandit.egg-info/dependency_links.txt
bandit.egg-info/entry_points.txt
bandit.egg-info/not-zip-safe
bandit.egg-info/pbr.json
bandit.egg-info/requires.txt
bandit.egg-info/top_level.txt
bandit/blacklists/__init__.py
bandit/blacklists/calls.py
bandit/blacklists/imports.py
bandit/blacklists/utils.py
bandit/cli/__init__.py
bandit/cli/baseline.py
bandit/cli/config_generator.py
bandit/cli/main.py
bandit/core/__init__.py
bandit/core/blacklisting.py
bandit/core/config.py
bandit/core/constants.py
bandit/core/context.py
bandit/core/docs_utils.py
bandit/core/extension_loader.py
bandit/core/issue.py
bandit/core/manager.py
bandit/core/meta_ast.py
bandit/core/metrics.py
bandit/core/node_visitor.py
bandit/core/test_properties.py
bandit/core/test_set.py
bandit/core/tester.py
bandit/core/utils.py
bandit/formatters/__init__.py
bandit/formatters/csv.py
bandit/formatters/html.py
bandit/formatters/json.py
bandit/formatters/screen.py
bandit/formatters/text.py
bandit/formatters/utils.py
bandit/formatters/xml.py
bandit/plugins/__init__.py
bandit/plugins/app_debug.py
bandit/plugins/asserts.py
bandit/plugins/crypto_request_no_cert_validation.py
bandit/plugins/exec.py
bandit/plugins/exec_as_root.py
bandit/plugins/general_bad_file_permissions.py
bandit/plugins/general_bind_all_interfaces.py
bandit/plugins/general_hardcoded_password.py
bandit/plugins/general_hardcoded_tmp.py
bandit/plugins/injection_paramiko.py
bandit/plugins/injection_shell.py
bandit/plugins/injection_sql.py
bandit/plugins/injection_wildcard.py
bandit/plugins/insecure_ssl_tls.py
bandit/plugins/jinja2_templates.py
bandit/plugins/mako_templates.py
bandit/plugins/secret_config_option.py
bandit/plugins/try_except_continue.py
bandit/plugins/try_except_pass.py
bandit/plugins/weak_cryptographic_key.py
bandit/plugins/yaml_load.py
doc/source/conf.py
doc/source/config.rst
doc/source/index.rst
doc/source/blacklists/blacklist_calls.rst
doc/source/blacklists/blacklist_imports.rst
doc/source/blacklists/index.rst
doc/source/formatters/csv.rst
doc/source/formatters/html.rst
doc/source/formatters/index.rst
doc/source/formatters/json.rst
doc/source/formatters/screen.rst
doc/source/formatters/text.rst
doc/source/formatters/xml.rst
doc/source/man/bandit.rst
doc/source/plugins/any_other_function_with_shell_equals_true.rst
doc/source/plugins/assert_used.rst
doc/source/plugins/exec_used.rst
doc/source/plugins/execute_with_run_as_root_equals_true.rst
doc/source/plugins/flask_debug_true.rst
doc/source/plugins/hardcoded_bind_all_interfaces.rst
doc/source/plugins/hardcoded_password_funcarg.rst
doc/source/plugins/hardcoded_password_funcdef.rst
doc/source/plugins/hardcoded_password_string.rst
doc/source/plugins/hardcoded_sql_expressions.rst
doc/source/plugins/hardcoded_tmp_directory.rst
doc/source/plugins/index.rst
doc/source/plugins/jinja2_autoescape_false.rst
doc/source/plugins/linux_commands_wildcard_injection.rst
doc/source/plugins/paramiko_calls.rst
doc/source/plugins/password_config_option_not_marked_secret.rst
doc/source/plugins/request_with_no_cert_validation.rst
doc/source/plugins/set_bad_file_permissions.rst
doc/source/plugins/ssl_with_bad_defaults.rst
doc/source/plugins/ssl_with_bad_version.rst
doc/source/plugins/ssl_with_no_version.rst
doc/source/plugins/start_process_with_a_shell.rst
doc/source/plugins/start_process_with_no_shell.rst
doc/source/plugins/start_process_with_partial_path.rst
doc/source/plugins/subprocess_popen_with_shell_equals_true.rst
doc/source/plugins/subprocess_without_shell_equals_true.rst
doc/source/plugins/try_except_continue.rst
doc/source/plugins/try_except_pass.rst
doc/source/plugins/use_of_mako_templates.rst
doc/source/plugins/weak_cryptographic_key.rst
doc/source/plugins/yaml_load.rst
examples/assert.py
examples/binding.py
examples/cipher-modes.py
examples/ciphers.py
examples/crypto-md5.py
examples/eval.py
examples/exec-as-root.py
examples/exec-py2.py
examples/exec-py3.py
examples/flask_debug.py
examples/ftplib.py
examples/hardcoded-passwords.py
examples/hardcoded-tmp.py
examples/httplib_https.py
examples/httpoxy_cgihandler.py
examples/httpoxy_twisted_directory.py
examples/httpoxy_twisted_script.py
examples/imports-aliases.py
examples/imports-from.py
examples/imports-function.py
examples/imports.py
examples/input.py
examples/jinja2_templating.py
examples/mako_templating.py
examples/mark_safe.py
examples/marshal_deserialize.py
examples/mktemp.py
examples/multiline_statement.py
examples/new_candidates-all.py
examples/new_candidates-none.py
examples/new_candidates-nosec.py
examples/new_candidates-some.py
examples/nonsense.py
examples/nonsense2.py
examples/nosec.py
examples/okay.py
examples/os-chmod-py2.py
examples/os-chmod-py3.py
examples/os-exec.py
examples/os-popen.py
examples/os-spawn.py
examples/os-startfile.py
examples/os_system.py
examples/paramiko_injection.py
examples/partial_path_process.py
examples/pickle_deserialize.py
examples/popen_wrappers.py
examples/random_module.py
examples/requests-ssl-verify-disabled.py
examples/secret-config-option.py
examples/skip.py
examples/sql_statements.py
examples/ssl-insecure-version.py
examples/subprocess_shell.py
examples/telnetlib.py
examples/try_except_continue.py
examples/try_except_pass.py
examples/urlopen.py
examples/utils-shell.py
examples/weak_cryptographic_key_sizes.py
examples/wildcard-injection.py
examples/xml_etree_celementtree.py
examples/xml_etree_elementtree.py
examples/xml_expatbuilder.py
examples/xml_expatreader.py
examples/xml_lxml.py
examples/xml_minidom.py
examples/xml_pulldom.py
examples/xml_sax.py
examples/xml_xmlrpc.py
examples/yaml_load.py
releasenotes/notes/add_reno-b8585fc3ffe775cb.yaml
releasenotes/source/conf.py
releasenotes/source/index.rst
releasenotes/source/unreleased.rst
releasenotes/source/_static/.placeholder
releasenotes/source/_templates/.placeholder
scripts/integration-test.sh
scripts/main.py
tests/__init__.py
tests/functional/__init__.py
tests/functional/test_baseline.py
tests/functional/test_functional.py
tests/functional/test_runtime.py
tests/unit/__init__.py
tests/unit/cli/__init__.py
tests/unit/cli/test_baseline.py
tests/unit/cli/test_config_generator.py
tests/unit/cli/test_main.py
tests/unit/core/__init__.py
tests/unit/core/test_blacklisting.py
tests/unit/core/test_config.py
tests/unit/core/test_context.py
tests/unit/core/test_issue.py
tests/unit/core/test_manager.py
tests/unit/core/test_meta_ast.py
tests/unit/core/test_test_set.py
tests/unit/core/test_util.py
tests/unit/formatters/__init__.py
tests/unit/formatters/test_csv.py
tests/unit/formatters/test_html.py
tests/unit/formatters/test_json.py
tests/unit/formatters/test_screen.py
tests/unit/formatters/test_text.py
tests/unit/formatters/test_xml.py
tools/openstack_coverage.py
tools/tox_install.sh