Fixes to make bandit integration tests work with sahara

Change-Id: I4457c4b2f8a8c25c1afba89df34497a144c7cc4a
Partial-Bug: #1546777
This commit is contained in:
Tim Kelsey 2016-02-18 16:33:44 +00:00
parent b37b3a8755
commit df9dfbcde3
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ blacklist_calls:
qualnames: [eval]
message: "Use of possibly insecure function - consider using safer ast.literal_eval."
- mark_safe:
names: [mark_safe]
qualnames: [mark_safe]
message: "Use of mark_safe() may expose cross-site scripting vulnerabilities and should be reviewed."
- httpsconnection:
qualnames: [httplib.HTTPSConnection]