Skip to content

Commit 8dc926e

Browse files
committed
rn-89: Move a link to a better place
1 parent 5014d8b commit 8dc926e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎rev_news/drafts/edition-89.md‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,6 @@ __Easy watching__
271271
+[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.
272272

273273
__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/).
278274
+[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!
279275
+[Git-Story](https://initialcommit.com/tools/git-story): Animate the story of your Git project,
280276
by creating video animations (.mp4) of your commit history directly from your Git repo.
@@ -302,6 +298,11 @@ __Git tools and sites__
302298
+[GitHacker](https://github.com/WangYihang/GitHacker) is a multithreaded tool
303299
to detect whether a site has the `.git/` folder leakage vulnerability, and if so
304300
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.
304+
By Julien Maury (jmau111) on DEV\.to and on his
305+
[own blog](https://blog.julien-maury.dev/en/snippet/practical-git-security/).
305306
+[Build your own X](https://github.com/codecrafters-io/build-your-own-x)
306307
is a compilation of well-written, step-by-step guides for re-creating our favorite technologies from scratch,
307308
including [Build your own Git](https://github.com/codecrafters-io/build-your-own-x#build-your-own-git).

0 commit comments

Comments
(0)