Skip to content
Snippets Groups Projects
Unverified Commit aed40ee0 authored by rhatto's avatar rhatto
Browse files

Updates about git hook tampering

parent 3cd10ac9
No related branches found
No related tags found
No related merge requests found
...@@ -124,5 +124,5 @@ Further development ...@@ -124,5 +124,5 @@ Further development
* Automatically set git-hooks integration. * Automatically set git-hooks integration.
* Implement global hooks. * Implement global hooks.
* Check remote configuration. * 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`. * That can disable/mitigate hooks by changing permission and ownership on `~/.git/hooks`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment