[bandit.formatters]
txt = bandit.core.formatters:report_text
xml = bandit.core.formatters:report_xml
json = bandit.core.formatters:report_json
csv = bandit.core.formatters:report_csv

[bandit.plugins]
use_of_mako_templates = bandit.plugins.mako_templates:use_of_mako_templates
hardcoded_sql_expressions = bandit.plugins.injection_sql:hardcoded_sql_expressions
set_bad_file_permissions = bandit.plugins.general_bad_file_permissions:set_bad_file_permissions
start_process_with_a_shell = bandit.plugins.injection_shell:start_process_with_a_shell
subprocess_popen_with_shell_equals_true = bandit.plugins.injection_shell:subprocess_popen_with_shell_equals_true
exec_used = bandit.plugins.exec:exec_used
hardcoded_password = bandit.plugins.general_hardcoded_password:hardcoded_password
execute_with_run_as_root_equals_true = bandit.plugins.exec_as_root:execute_with_run_as_root_equals_true
jinja2_autoescape_false = bandit.plugins.jinja2_templates:jinja2_autoescape_false
assert_used = bandit.plugins.asserts:assert_used
ssl_with_bad_defaults = bandit.plugins.insecure_ssl_tls:ssl_with_bad_defaults
start_process_with_no_shell = bandit.plugins.injection_shell:start_process_with_no_shell
try_except_pass = bandit.plugins.try_except_pass:try_except_pass
hardcoded_tmp_directory = bandit.plugins.general_hardcoded_tmp:hardcoded_tmp_directory
any_other_function_with_shell_equals_true = bandit.plugins.injection_shell:any_other_function_with_shell_equals_true
start_process_with_partial_path = bandit.plugins.injection_shell:start_process_with_partial_path
paramiko_calls = bandit.plugins.injection_paramiko:paramiko_calls
blacklist_import_func = bandit.plugins.blacklist_imports:blacklist_import_func
hardcoded_bind_all_interfaces = bandit.plugins.general_bind_all_interfaces:hardcoded_bind_all_interfaces
ssl_with_bad_version = bandit.plugins.insecure_ssl_tls:ssl_with_bad_version
request_with_no_cert_validation = bandit.plugins.crypto_request_no_cert_validation:request_with_no_cert_validation
ssl_with_no_version = bandit.plugins.insecure_ssl_tls:ssl_with_no_version
blacklist_calls = bandit.plugins.blacklist_calls:blacklist_calls
subprocess_without_shell_equals_true = bandit.plugins.injection_shell:subprocess_without_shell_equals_true
blacklist_imports = bandit.plugins.blacklist_imports:blacklist_imports
linux_commands_wildcard_injection = bandit.plugins.injection_wildcard:linux_commands_wildcard_injection
password_config_option_not_marked_secret = bandit.plugins.secret_config_option:password_config_option_not_marked_secret

[console_scripts]
bandit = bandit.bandit:main

