keystone/keystone/auth
lhinds 76bd54d491 Adds Bandit #nosec flag to instances of SHA1
Currently, bandit marks usages of SHA1 as insecure, which
results in false positives for instances of SHA1 in keystone.
However, keystone uses HMAC-SHA1 which is currently considered
secure as opposed to just SHA1 hashing.

This change marks a # nosec comment against the lines which
are triggering the false positives in Bandit in order to
tell bandit to avoid these instances of SHA1.

See [1] for HMAC-SHA1 discussion in keystone

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

Change-Id: Ibb44db1f8727d014d186b412106d0cd4e2f4a6dd
2017-09-07 14:01:35 -05:00
..
plugins Adds Bandit #nosec flag to instances of SHA1 2017-09-07 14:01:35 -05:00
__init__.py Process and validate auth methods against MFA rules 2017-01-31 08:48:35 -08:00
controllers.py Refactor Authorization: 2017-05-02 14:42:03 -04:00
core.py Log format error 2017-08-25 06:49:07 +00:00
routers.py Add HEAD API to auth 2017-06-21 15:11:05 +00:00
schema.py Updated scope parameter description in v3 API-ref 2017-04-11 05:10:34 +05:30