diff --git a/composer.lock b/composer.lock index 1f0c9d6d135192fff7ee1681f2b212daef06b557..40f36d5a0d147d25b40f9e56eb72fa15b398a02b 100644 --- a/composer.lock +++ b/composer.lock @@ -686,16 +686,16 @@ }, { "name": "simplesamlphp/simplesamlphp-module-authorize", - "version": "v0.9.2", + "version": "v0.9.3", "source": { "type": "git", "url": "https://github.com/simplesamlphp/simplesamlphp-module-authorize.git", - "reference": "c2607a5252ee1256b50ce7795e35513b116998d4" + "reference": "0593bfcb84fca9d9133f415246ab8ca51b412c92" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authorize/zipball/c2607a5252ee1256b50ce7795e35513b116998d4", - "reference": "c2607a5252ee1256b50ce7795e35513b116998d4", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authorize/zipball/0593bfcb84fca9d9133f415246ab8ca51b412c92", + "reference": "0593bfcb84fca9d9133f415246ab8ca51b412c92", "shasum": "" }, "require": { @@ -714,7 +714,7 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-or-later" + "LGPL-2.1-or-later" ], "authors": [ { @@ -727,7 +727,7 @@ "authorize", "simplesamlphp" ], - "time": "2020-02-25T15:16:57+00:00" + "time": "2021-03-24T10:37:17+00:00" }, { "name": "simplesamlphp/simplesamlphp-module-authtwitter", diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md index 37ffc7be24a69b6ece31406ec9608c789cd6e009..51eb1dea99c22c8e23bb71106c77515561e9f7e5 100644 --- a/docs/simplesamlphp-changelog.md +++ b/docs/simplesamlphp-changelog.md @@ -16,6 +16,9 @@ Released TBD * Updated npm dependencies up to February 1, 2021 * Fixed a bug where it was impossible to set WantAssertionsSigned=true on SP-metadata (#1433) +### authorize + * Fix a bug in the Twig-template that causes an exception in Twig strict vars mode + ### memcacheMonitor * Fix a bug in the Twig-template that causes an exception on newer Twig-versions