Comment 3 for bug 1622615

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

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

commit e98515faf0a1089baafbd106694b02e548581b32
Author: Dave McCowan <email address hidden>
Date: Thu Oct 6 14:28:04 2016 -0400

    Use qualname list to avoid false positive on load()

    The code checking for yaml.load() issues had false positives
    on json.load() and foo.load(). This patch checks the
    qualnames of the load function to avoid false positives.

    Change-Id: I22ffb9e852e31d04dc49c4ad949d1417e70f8828
    Closes-bug: 1622615