Skip to content

[Insight] Files should not be executable #4

Description

@tlemesle

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

  • .idea/modules.xml
  • .idea/php.xml
  • .idea/symfony2.xml
  • .idea/workspace.xml
  • README.md
  • app/.htaccess
  • app/AppCache.php
  • app/AppKernel.php
  • app/Resources/TwigBundle/views/Exception/error404.html.twig
  • app/Resources/translations/messages.en.yml
  • app/Resources/translations/messages.fr.yml
  • app/Resources/views/base.html.twig
  • app/Resources/views/default/index.html.twig
  • app/config/config.yml
  • app/config/config_dev.yml
  • app/config/config_prod.yml
  • app/config/config_test.yml
  • app/config/parameters.yml.dist
  • app/config/routing.yml
  • app/config/routing_dev.yml
  • app/config/security.yml
  • app/config/services.yml
  • composer.json
  • composer.lock
  • node_modules/less/.idea/codeStyleSettings.xml
  • node_modules/less/.idea/encodings.xml
  • node_modules/less/.idea/inspectionProfiles/Project_Default.xml
  • node_modules/less/.idea/inspectionProfiles/profiles_settings.xml
  • node_modules/less/.idea/jsLibraryMappings.xml
  • node_modules/less/.idea/jsLinters/jscs.xml
  • node_modules/less/.idea/jsLinters/jshint.xml
  • node_modules/less/.idea/libraries/sass_stdlib.xml
  • node_modules/less/.idea/misc.xml
  • node_modules/less/.idea/modules.xml
  • node_modules/less/.idea/scopes/scope_settings.xml
  • node_modules/less/.idea/vcs.xml
  • node_modules/less/.idea/workspace.xml
  • node_modules/less/.travis.yml
  • node_modules/less/CHANGELOG.md
  • node_modules/less/CONTRIBUTING.md
  • node_modules/less/LICENSE
  • node_modules/less/README.md
  • node_modules/less/appveyor.yml
  • node_modules/less/node_modules/errno/README.md
  • node_modules/less/node_modules/errno/node_modules/prr/.travis.yml
  • node_modules/less/node_modules/errno/node_modules/prr/LICENSE
  • node_modules/less/node_modules/errno/node_modules/prr/README.md
  • node_modules/less/node_modules/graceful-fs/LICENSE
  • node_modules/less/node_modules/graceful-fs/README.md
  • node_modules/les

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions