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 #6

Open
iamlucianojr opened this issue Sep 23, 2017 · 0 comments
Open

[Insight] Files should not be executable #6

iamlucianojr opened this issue Sep 23, 2017 · 0 comments

Comments

@iamlucianojr
Copy link
Owner

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

  • .gitignore
  • LICENSE
  • README.md
  • app/Console/Kernel.php
  • app/Exceptions/Handler.php
  • app/Http/Controllers/AppBaseController.php
  • app/Http/Controllers/Auth/ForgotPasswordController.php
  • app/Http/Controllers/Auth/LoginController.php
  • app/Http/Controllers/Auth/RegisterController.php
  • app/Http/Controllers/Auth/ResetPasswordController.php
  • app/Http/Controllers/Controller.php
  • app/Http/Controllers/CustomerController.php
  • app/Http/Controllers/HomeController.php
  • app/Http/Controllers/PostController.php
  • app/Http/Kernel.php
  • app/Http/Middleware/EncryptCookies.php
  • app/Http/Middleware/RedirectIfAuthenticated.php
  • app/Http/Middleware/TrimStrings.php
  • app/Http/Middleware/TrustProxies.php
  • app/Http/Middleware/VerifyCsrfToken.php
  • app/Http/Requests/CreateCustomerRequest.php
  • app/Http/Requests/CreatePostRequest.php
  • app/Http/Requests/UpdateCustomerRequest.php
  • app/Http/Requests/UpdatePostRequest.php
  • app/Models/Customer.php
  • app/Models/Post.php
  • app/Providers/AppServiceProvider.php
  • app/Providers/AuthServiceProvider.php
  • app/Providers/BroadcastServiceProvider.php
  • app/Providers/EventServiceProvider.php
  • app/Providers/RouteServiceProvider.php
  • app/Repositories/CustomerRepository.php
  • app/Repositories/PostRepository.php
  • app/User.php
  • bootstrap/app.php
  • bootstrap/cache/.gitignore
  • composer.json
  • composer.lock
  • config/app.php
  • config/auth.php
  • config/broadcasting.php
  • config/cache.php
  • config/database.php
  • config/filesystems.php
  • config/ide-helper.php
  • config/infyom/laravel_generator.php
  • config/mail.php
  • config/queue.php
  • config/repository.php
  • config/services.php
  • config/session.php
  • config/trustedproxy.php
  • config/view.php
  • database/.gitignore
  • database/factories/UserFactory.php
  • database/migrations/2014_10_12_000000_create_users_table.php
  • database/migrations/2014_
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant