johnpbloch / wordpress-core-installer

A composer installer for WordPress core so I can stop saying core is a wordpress-plugin type package.
https://packagist.org/packages/johnpbloch/wordpress-core-installer
GNU General Public License v2.0
207 stars 49 forks source link

Permissions are 777 for every single file and directory installed by this package #25

Closed ffxluca closed 5 years ago

ffxluca commented 5 years ago

They ought to be 644 for files and 755 for folders

johnpbloch commented 5 years ago

@ffxluca thanks for stopping by and opening the issue. Since this package only tells Composer where wordpress-core type packages should be installed, this isn't really an issue with the installer. The correct place to correct this issue is the build-wp repository that houses the code that builds my fork of WP. I went ahead and ported this issue over to that repo and will address it when I have time.

Thanks again!