We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887a6fc commit 8b56669Copy full SHA for 8b56669
README.md
@@ -66,6 +66,13 @@ If you want to monitor files other than .go and .c files you might…
66
67
$ CompileDaemon -include=Makefile -include="*.less" -include="*.tmpl"
68
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
76
## Common Issues
77
78
### Too many open files
0 commit comments