Comment 2 for bug 1348869

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

Reviewed: https://review.openstack.org/109793
Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=6978275cdb04bb08aaf142d401b52a46527dac4c
Submitter: Jenkins
Branch: master

commit 6978275cdb04bb08aaf142d401b52a46527dac4c
Author: Nathan Kinder <email address hidden>
Date: Fri Jul 25 20:47:11 2014 -0700

    Avoid usage of insecure mktemp() function

    This patch eliminates the use of the deprecated and insecure
    tempfile.mktemp() function. It has been replaced with secure
    alternatives where temporary files are actually required.

    Change-Id: I0a13d6d44cd1abc4b66fa33f39eea407617a01d5
    SecurityImpact
    Closes-bug: #1348869