n3a9 / mlh-events

The unofficial API for MLH events.
https://mlh-events.now.sh
13 stars 4 forks source link

Fix file permissions #2

Closed dawsbot closed 7 years ago

dawsbot commented 7 years ago

On clean install, all the files are rwx (read, write, executable) entirely for all users. This is a security concern. Each and every file is executable by anyone.

Run ls -l and you'll see -rwxr-xr-x for the files.

Go to a different project and run ls -l and you'll find very different permissions. Also, back this up somewhere (If you're going to continue with git commands that are possibly destructive like force). Traditionally with git, you wouldn't back something else up elsewhere, but we should be safe after this past instance.

dawsbot commented 7 years ago

Any status on this @n3a9?