Comment 32 for bug 1378450

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

Reviewed: https://review.openstack.org/135616
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=1681f62ec91b6c3705a14393815542dc1746de71
Submitter: Jenkins
Branch: master

commit 1681f62ec91b6c3705a14393815542dc1746de71
Author: John Perkins <email address hidden>
Date: Mon Oct 6 16:24:57 2014 -0500

    Fix hostname regex pattern

    Current hostname_pattern regex complexity grows exponentially
    when given a string of just digits, which can be exploited to
    cause neutron-server to freeze.

    Change-Id: I886c6d883a9cb0acd9908495eec50bf0411d8ba8
    Closes-bug: #1378450