summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-12-03 02:18:26 +0000
committerGerrit Code Review <review@openstack.org>2015-12-03 02:18:26 +0000
commitac0e28b4d83c35e86e493e8f472537b4127b0c7e (patch)
tree684ec9a0e66a04ec73e280b583b81da5bd077043
parent1e049f561815fbd07189edd9f08c641c59911f4e (diff)
parentab356b14c03d25d284ad79b2b9f1ac26cdd42a6a (diff)
downloadoslo-utils-ac0e28b4d83c35e86e493e8f472537b4127b0c7e.tar.gz
Merge "Remove duplicated profiles section from bandit.yaml"3.1.0
-rw-r--r--bandit.yaml34
1 files changed, 0 insertions, 34 deletions
diff --git a/bandit.yaml b/bandit.yaml
index a1a2646..08fa9bb 100644
--- a/bandit.yaml
+++ b/bandit.yaml
@@ -93,40 +93,6 @@ try_except_pass:
plugin_name_pattern: '*.py'
-profiles:
- gate:
- include:
- - any_other_function_with_shell_equals_true
- - assert_used
- - blacklist_calls
- - blacklist_import_func
- - blacklist_imports
- - exec_used
- - execute_with_run_as_root_equals_true
- - hardcoded_bind_all_interfaces
- - hardcoded_password_string
- - hardcoded_password_funcarg
- - hardcoded_password_default
- - hardcoded_sql_expressions
- - hardcoded_tmp_directory
- - jinja2_autoescape_false
- - linux_commands_wildcard_injection
- - paramiko_calls
- - password_config_option_not_marked_secret
- - request_with_no_cert_validation
- - set_bad_file_permissions
- - subprocess_popen_with_shell_equals_true
- - subprocess_without_shell_equals_true
- - start_process_with_a_shell
- - start_process_with_no_shell
- - start_process_with_partial_path
- - ssl_with_bad_defaults
- - ssl_with_bad_version
- - ssl_with_no_version
- - try_except_pass
- - use_of_mako_templates
- - weak_cryptographic_key
-
blacklist_calls:
bad_name_sets:
- pickle: