summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid McMackins II <contact@mcmackins.org>2015-08-29 12:03:00 -0500
committerDavid McMackins II <contact@mcmackins.org>2015-08-29 12:03:00 -0500
commit5d79204e71acac66644d40e371fda46ace1bb8c8 (patch)
tree8e05aa9387a66ad9f2f9142106eb1328c49e57fb
parentbe8e716b798bb06ac94af0eb2c7f1cddffe38c50 (diff)
Added plugin security notice
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 59a0e1b..1027783 100644
--- a/README
+++ b/README
@@ -58,6 +58,11 @@ logic. No functions will be executed by `coinfetch` directly. You must execute
them at the global level if needed. See the default plugins in `cfetch/plugins`
for examples of simple working plugins.
+**CAUTION**: To allow plugin developers to use unique solutions when
+ implementing their plugins, plugin code is not checked for sanity or security
+ before it is executed. Only install plugins from developers you trust to not
+ damage or corrupt system or personal files or compromise personal data.
+
Note
----