Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2019-07-08 16:10:32 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-07-08 16:10:32 +0300
commit841509465b03e7a538649cb5fe94c9def7c40075 (patch)
treec6090b5218ed23cf2b79bb0e95104c87a90c9ee5 /CHANGELOG.md
parent2c17c14c3b8235c906e3435369b278e95f09b1ad (diff)
Updated log
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files 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