Comment 2 for bug 1506419

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

Reviewed: https://review.openstack.org/235258
Committed: https://git.openstack.org/cgit/openstack/ironic-inspector/commit/?id=77d0052c5133034490386fbfadfdb1bdb49aa44f
Submitter: Jenkins
Branch: master

commit 77d0052c5133034490386fbfadfdb1bdb49aa44f
Author: Dmitry Tantsur <email address hidden>
Date: Thu Oct 15 12:51:23 2015 +0200

    Never run Flask application with debug mode

    Flask server in debug mode allows users to execute any Python code
    on a server, which is a security issue for us.

    Change-Id: I9e12510b0abb04182e85bf3f73cdad29e1f8d382
    Closes-Bug: #1506419