From: Silvio Rhatto Date: Fri, 1 Sep 2017 21:54:56 +0000 (-0300) Subject: Updates about git hook tampering X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=aed40ee0a6bcc8eac9446f580dd49cd75b8bbd1a;p=blog.git Updates about git hook tampering --- diff --git a/research/git.mdwn b/research/git.mdwn index cb0140a..20e1868 100644 --- a/research/git.mdwn +++ b/research/git.mdwn @@ -124,5 +124,5 @@ Further development * Automatically set git-hooks integration. * Implement global hooks. * Check remote configuration. - * Check hook tampering before doing anything in the repository. + * Check hook tampering before doing anything in the repository, like removing hook permissions, see [discussion](https://stackoverflow.com/questions/35997624/how-to-disable-git-hooks-for-security-reason#35998287). * That can disable/mitigate hooks by changing permission and ownership on `~/.git/hooks`.