Updated openstack/openstack

Project: openstack/python-keystoneclient  b29f478f28c4989156cfe87392cbd308e3f55c1e

Adds bandit nosec flag to hashlib.sha1

A bandit patch to block sha1 hash is failing CI [1], due to a false
positive on hashlib.sha1 (which actually uses HMAC-SHA1 in keystone
that is considered more secure then standard SHA1)

This change marks a # nosec comment against the line which is
triggering the false positive in Bandit.

[1] https://review.openstack.org/#/c/437563/6

Change-Id: Ib9618119c77f41fba0e612e37c7511676bed47e8
This commit is contained in:
lhinds 2017-08-31 14:16:46 +01:00 committed by Gerrit Code Review
parent ab5346240d
commit 77fb718a6f
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 3593e7d97701ae33cc02ff581ffc90ad1359297a
Subproject commit b29f478f28c4989156cfe87392cbd308e3f55c1e