From 5ec1b31804084f42af921b0f158d5ee400aaa958 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 24 Mar 2020 09:41:46 -0400 Subject: [PATCH] Add disclaimer/warning to PLUGINS_ENABLED --- docs/configuration/optional-settings.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/configuration/optional-settings.md b/docs/configuration/optional-settings.md index a678ac26d..e76dae231 100644 --- a/docs/configuration/optional-settings.md +++ b/docs/configuration/optional-settings.md @@ -315,6 +315,9 @@ Default: `False` Enable [NetBox plugins](../../plugins/). +!!! warning + Plugins extend NetBox by allowing external code to run with the same access and privileges as NetBox itself. Only install plugins from trusted sources. The NetBox maintainers make absolutely no guarantees about the integrity or security of your installation with plugins enabled. + --- ## PREFER_IPV4