Updated log

This commit is contained in:
Michael Boelen 2019-07-03 15:40:16 +02:00
parent ade3117307
commit 13fbfff8bc
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
1 changed files with 1 additions and 0 deletions

View File

@ -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)