Comment 1 for bug 1655975

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to bandit (master)

Reviewed: https://review.openstack.org/419799
Committed: https://git.openstack.org/cgit/openstack/bandit/commit/?id=d4e213445aa4e5860936faf50f570fe00bdd0a44
Submitter: Jenkins
Branch: master

commit d4e213445aa4e5860936faf50f570fe00bdd0a44
Author: Eric Brown <email address hidden>
Date: Thu Jan 12 23:53:24 2017 -0800

    Add Cryptodome to blacklist and weak ciphers/hash

    As stated in the bug, the PyCryptodomex package reintroduces
    PyCrypto, but with a different namespace. Therefore Bandit should
    also include Cryptodome in its checks.

    Change-Id: I6a02f97747420cedfb4523917ea0083ed5792d7a
    Closes-Bug: #1655975