Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Insight] Files should not be executable #8

Open
tomhv opened this issue Nov 10, 2014 · 0 comments
Open

[Insight] Files should not be executable #8

tomhv opened this issue Nov 10, 2014 · 0 comments
Labels
Milestone

Comments

@tomhv
Copy link

tomhv commented Nov 10, 2014

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

  • DependencyInjection/Configuration.php
  • DependencyInjection/PhosprDoubleEntryExtension.php
  • PhosprDoubleEntryBundle.php
  • Resources/config/routing.yml
  • Resources/config/services.yml
chmod a-x 'DependencyInjection/Configuration.php' \
    'DependencyInjection/PhosprDoubleEntryExtension.php' \
    'PhosprDoubleEntryBundle.php' \
    'Resources/config/routing.yml' \
    'Resources/config/services.yml'

Posted from SensioLabsInsight

@tomhv tomhv added the bug label Nov 10, 2014
@tomhv tomhv added this to the 0.9.1 milestone Nov 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant