diff options
Diffstat (limited to 'research')
-rw-r--r-- | research/git.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
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`. |