Skip to content

Commit 8b56669

Browse files
author
githubnemo
committed
Address security considerations
1 parent 887a6fc commit 8b56669

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ If you want to monitor files other than .go and .c files you might…
6666

6767
$ CompileDaemon -include=Makefile -include="*.less" -include="*.tmpl"
6868

69+
## Security Considerations
70+
71+
Beware that, in case you are using `CompileDaemon` in production to rebuild a
72+
binary (please explain to me why you would do this, but carry on), an attacker
73+
with write access is able to insert arbitrary code into your binary. So make
74+
sure that you secure write access to the file system appropriately.
75+
6976
## Common Issues
7077

7178
### Too many open files

0 commit comments

Comments
 (0)