From a43d341a191689306f5d2b41bb14ba459d389fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Pe=CC=81rez=20Crespo?= <jaime.perez@uninett.no> Date: Wed, 20 Nov 2019 10:06:12 +0100 Subject: [PATCH] Update changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jaime PeĚrez Crespo <jaime.perez@uninett.no> --- docs/simplesamlphp-changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md index 84b1a5993..6045021f3 100644 --- a/docs/simplesamlphp-changelog.md +++ b/docs/simplesamlphp-changelog.md @@ -44,6 +44,18 @@ Released 2019-11-19 to allow overriding the default URL paths. * Added support for per-IDP configurable `AuthnContextClassRef`/`AuthnContextComparison`. +## Version 1.17.8 + +Released 2019-11-20 + + * Resolved a security issue that exposed host information to unauthenticated users. See + [SSPSA 201911-02](https://simplesamlphp.org/security/201911-02). + +### consentAdmin + + * Fixed an issue with CSS and Javascript not loading for the module in the new user + interface. + ## Version 1.17.7 Released 2019-11-06 -- GitLab