summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena Ezhova <eezhova@mirantis.com>2015-12-02 11:36:31 +0300
committerElena Ezhova <eezhova@mirantis.com>2015-12-02 11:37:08 +0300
commitab356b14c03d25d284ad79b2b9f1ac26cdd42a6a (patch)
tree96a2482c58446bdd288c0814a97efd328fa93217
parent6490355480f43d616510891814c82d3e297f320f (diff)
downloadoslo-utils-ab356b14c03d25d284ad79b2b9f1ac26cdd42a6a.tar.gz
Remove duplicated profiles section from bandit.yaml
Due to the typo in bandit_conf_generator (that was recently fixed by [1]) bandit.yaml conatins the same "profiles" section twice. [1] https://review.openstack.org/#/c/251342/ Change-Id: I45b1a74d9ec2eb859dd8235a148c2295b7859a75
-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: