Hacker News new | ask | show | jobs
Composer script to handle permissions (github.com)
1 points by idnan 3227 days ago
1 comments

Please don't fucking use this.

Setting a directory world writable is pretty much never the solution.

With a runtime like php where accessing a URL can mean executing that file, it's a nightmare to have writable directories, never mind world writable ones.