From 13fbfff8bcc38453522c235472d4e14af2adda6d Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Wed, 3 Jul 2019 15:40:16 +0200 Subject: [PATCH] Updated log --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d9a969c..4c19f47d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ measures to further tighten any possible misuse. - Additional safeguard by testing if common system tools are available (security) - Test parameters and arguments for presence of control characters (security) - New function SafeInput (security) +- New option to disable a single plugin: disable-plugin=pluginname ### Changed - The 'nounset' (set -u) parameter is now activated by default (security)