From 841509465b03e7a538649cb5fe94c9def7c40075 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Mon, 8 Jul 2019 15:10:32 +0200 Subject: [PATCH] Updated log --- CHANGELOG.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 456c42b0..996aa597 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,12 +16,14 @@ measures to further tighten any possible misuse. ### Added - Security: test PATH and warn or exit on discovery of dangerous location - Security: additional safeguard by testing if common system tools are available -- Security: aest parameters and arguments for presence of control characters -- Security: strict checking enabled, filtering out unexpected characters -- New option: disable-plugin=pluginname - Disables a single plugin -- New function: Readonly (security) -- New function: SafeInput (security) -- New function: DisplayWarning +- Security: test parameters and arguments for presence of control characters +- Security: filtering out unexpected characters from profiles +- New function: DisplayWarning - show a warning on the screen +- New function: Equals - compare two strings +- New function: Readonly - mark variable read-only (security) +- New function: SafeInput - check for safe input (security) +- New profile option: disable-plugin - disables a single plugin +- New profile option: ssl-certificate-paths-to-ignore - ignore a path ### Changed - Profiles: unused options removed