thephpleague / uploads

Receive, validate, and distribute uploaded files.
MIT License
27 stars 6 forks source link

Permissions #5

Closed Tjoosten closed 8 years ago

Tjoosten commented 9 years ago

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

you can fix this with the command:

$ chmod a-x 'LICENSE.md' \
      'README.md' \
      'composer.json'