You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rev_news/drafts/edition-89.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -271,10 +271,6 @@ __Easy watching__
271
271
+[It's Impossible to Know If You're a Good Programmer](https://www.youtube.com/watch?v=Ax4EfY9LrF4): The impostor syndrome and irrelevant code challenges.
272
272
273
273
__Git tools and sites__
274
-
+[Please remove that `.git` folder](https://dev.to/jmau111/please-remove-that-git-folder-3i9a)
275
-
from directory browsing on the web server to avoid information leaks.
276
-
Don't deploy the `.git/` folder or, at least, forbid access.
277
-
By Julien Maury (jmau111) on DEV\.to and on [own blog](https://blog.julien-maury.dev/en/snippet/practical-git-security/).
278
274
+[Git Signing](https://wilsonmar.github.io/git-signing/): All the details for signing commits and tags (for non-repudiation) in GitHub using GPG, Vault, Yubikey, Keybase!
279
275
+[Git-Story](https://initialcommit.com/tools/git-story): Animate the story of your Git project,
280
276
by creating video animations (.mp4) of your commit history directly from your Git repo.
@@ -302,6 +298,11 @@ __Git tools and sites__
302
298
+[GitHacker](https://github.com/WangYihang/GitHacker) is a multithreaded tool
303
299
to detect whether a site has the `.git/` folder leakage vulnerability, and if so
304
300
restores the entire Git repository, including data from stash.
301
+
+ See also [Please remove that `.git` folder](https://dev.to/jmau111/please-remove-that-git-folder-3i9a)
302
+
from directory browsing on the web server to avoid information leaks.
303
+
Don't deploy the `.git/` folder or, at least, forbid access.
0 commit comments