From 418c971662f8886130bf21a429014fda77f8bbe0 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