From 468e07b51efdc67d84bc0add79bcc3df44730c7c Mon Sep 17 00:00:00 2001 From: Chris Hoffman Date: Tue, 10 Apr 2018 14:11:53 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26ec79844f..3eea2639f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## 0.10.0 (April 10th, 2018) +SECURITY: + + * Log sanitization for Combined Database Secrect Engine: In certain failure + scenarios with incorrectly formatted connection urls, the raw connection + errors were being returned to the user with the configured database + credentials. Errors are now sanitized before being returned to the user. + DEPRECATIONS/CHANGES: * Database plugin compatibility: The database plugin interface was enhanced to