Comment 2 for bug 1718516

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

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

commit bb1bf81856c1467f85ee138b727568d192bd179a
Author: Tin Lam <email address hidden>
Date: Thu Dec 28 04:09:01 2017 -0600

    Add module loaded through importlib

    Bandit only checks if imports is done using keyword ``import`` or
    ``__import__()`` and does not check for blacklisted module loaded
    via importlib. This patch set adds additional check for blacklisted
    modules loaded via importlib.

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