Fix some typos in the files

Change-Id: I0a0c9a127942164048758835450b7875d0cf4feb
This commit is contained in:
zhangyanxian 2016-08-05 07:52:46 +00:00
parent 694dfaa370
commit bfa759781c
2 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ class Issue(object):
return id(self)
def filter(self, severity, confidence):
'''Utilty to filter on confidence and severity
'''Utility to filter on confidence and severity
This function determines whether an issue should be included by
comparing the severity and confidence rating of the issue to minimum

View File

@ -53,7 +53,7 @@ issue.
15 ]
>> Issue: [password_config_option_not_marked_secret] oslo config option not
marked secret=True identifed, security issue.
marked secret=True identified, security issue.
Severity: Medium Confidence: Medium
Location: examples/secret-config-option.py:21
20 help="LDAP ubind ser name"),
@ -100,7 +100,7 @@ def password_config_option_not_marked_secret(context, config):
severity=bandit.MEDIUM,
confidence=bandit.MEDIUM,
text="oslo config option not marked secret=True "
"identifed, security issue.",
"identified, security issue.",
lineno=context.get_lineno_for_call_arg('secret'),
)
# Checks whether secret is not True, for example when its set to a