Shipu / themevel

Theme and asset management for laravel
Creative Commons Zero v1.0 Universal
347 stars 67 forks source link

fix: changed dangerous 777 permission to 755 #26

Closed MitchellWeg closed 5 years ago

MitchellWeg commented 5 years ago

With the permission set to 777, everyone would be able to read, write and execute on the file.

An attacker with access would be able to alter the file.

ju5t commented 5 years ago

@Shipu would you mind having a look at this? The lint (?) has failed but that code isn't touched by this PR.