aboutsummaryrefslogtreecommitdiff
path: root/research
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-09-01 18:54:56 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-09-01 18:54:56 -0300
commitaed40ee0a6bcc8eac9446f580dd49cd75b8bbd1a (patch)
treeae92e143be1b87f46a4923115f10002fd8388217 /research
parent3cd10ac9ef439cd2dd1c2b1e4f59703f72c93d1f (diff)
downloadblog-aed40ee0a6bcc8eac9446f580dd49cd75b8bbd1a.tar.gz
blog-aed40ee0a6bcc8eac9446f580dd49cd75b8bbd1a.tar.bz2
Updates about git hook tampering
Diffstat (limited to 'research')
-rw-r--r--research/git.mdwn2
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`.