heroku-buildpack-php icon indicating copy to clipboard operation
heroku-buildpack-php copied to clipboard

The Symfony2 framework config should not expose app_dev.php

Open stof opened this issue 12 years ago • 0 comments

Exposing app_dev.php is a security issue as it allows accessing debugging information on the app (there is some IP restriction by default in the file, but it means that either the file is useless if you kept it or insecure if you removed it)

stof avatar Nov 06 '13 09:11 stof