Your project files should use safer permissions

More information: https://insight.symfony.com/what-we-analyse/php.too_permissive_file_permissions

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

  • data/.gitignore
  • log/.gitignore

Time to fix: about 15 minutes
Read doc Permalink
Collective
chmod a-x 'data/.gitignore' \
    'log/.gitignore'