Comment 1 for bug 1749603

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

Reviewed: https://review.openstack.org/545738
Committed: https://git.openstack.org/cgit/openstack/bandit/commit/?id=91a796b805be34332054a9b5448914093b1a3395
Submitter: Zuul
Branch: master

commit 91a796b805be34332054a9b5448914093b1a3395
Author: Tin Lam <email address hidden>
Date: Sun Feb 18 00:36:37 2018 -0600

    Fix false positives for pyCrypto

    This patch set fixes an issue where modules whose names begin with
    string ``Crypto`` are incorrectly flagged for pyCrypto imports. The
    fix will now explicitly calls out pyCrypto module one sub-level to
    avoid the false positives.

    Change-Id: Iafd3fae2fc7a13a0a93800ee570c4e1354be1391
    Closes-Bug: #1749603
    Signed-off-by: Tin Lam <email address hidden>