davidyell / Learning-Symfony2

Learning Symfony2 by recreating a Stack Exchange website
MIT License
3 stars 0 forks source link

[Insight] Files should not be executable #26

Closed davidyell closed 10 years ago

davidyell commented 10 years ago

Your project contains files with permissive permissions. In order to avoid opening a security breach, you should restrict execution rights on following files:

  • web/favicon.ico
chmod a-x 'web/favicon.ico'

Posted from SensioLabsInsight