(no title)
tangotaylor | 4 months ago
I got pwned this way before (by a pentester fortunately). I had to configure Apache to block the .git directory.
tangotaylor | 4 months ago
I got pwned this way before (by a pentester fortunately). I had to configure Apache to block the .git directory.
jonhohle|4 months ago
I usually throw `etc` and `log` directories at the top level as well and out my server config in etc, and have a gitignite rule to ignore everything in logs, but it’s there and ready for painless deployment.
Since the web root is already a sub directory, more sensitive things can go into the same repo without worrying about exposing them.
wizzwizz4|4 months ago
cesnja|4 months ago
kragen|4 months ago
CGamesPlay|4 months ago
tangotaylor|4 months ago
- Deleted files and development artifacts that were never meant to go public.
- My name and email address.
- Cringy commit messages.
I assumed these commits and their metadata would be private.
It was embarrassing. I was in high school, I was a noob.
tasuki|4 months ago