diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-09-01 18:54:56 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-09-01 18:54:56 -0300 |
commit | aed40ee0a6bcc8eac9446f580dd49cd75b8bbd1a (patch) | |
tree | ae92e143be1b87f46a4923115f10002fd8388217 /research | |
parent | 3cd10ac9ef439cd2dd1c2b1e4f59703f72c93d1f (diff) | |
download | blog-aed40ee0a6bcc8eac9446f580dd49cd75b8bbd1a.tar.gz blog-aed40ee0a6bcc8eac9446f580dd49cd75b8bbd1a.tar.bz2 |
Updates about git hook tampering
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`. |