Skip to content

Commit

Permalink
deploy: e3dcfb2
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Nov 29, 2023
1 parent 2e01412 commit 60b1e68
Show file tree
Hide file tree
Showing 7 changed files with 440 additions and 2 deletions.
51 changes: 50 additions & 1 deletion 2.1/simplesamlphp-changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@
SimpleSAMLphp changelog
</a>
<ul>
<li>
<a href="#version-212">
Version 2.1.2
</a>
</li>
<li>
<a href="#version-211">
Version 2.1.1
Expand All @@ -110,6 +115,11 @@
</li>
</ul>
</li>
<li>
<a href="#version-208">
Version 2.0.8
</a>
</li>
<li>
<a href="#version-207">
Version 2.0.7
Expand Down Expand Up @@ -158,11 +168,17 @@
This document lists the changes between versions of SimpleSAMLphp.
See the upgrade notes for specific information about upgrading.
</p>
<h2 id="version-212">
Version 2.1.2
</h2>
<p>
Released TBD
</p>
<h2 id="version-211">
Version 2.1.1
</h2>
<p>
Released TBD
Released 2023-11-28
</p>
<ul>
<li>
Expand Down Expand Up @@ -259,6 +275,39 @@ <h3 id="chores">
The custom error- and exception handlers were moved to their very own classes (#1858)
</li>
</ul>
<h2 id="version-208">
Version 2.0.8
</h2>
<p>
Released 2023-11-28
</p>
<ul>
<li>
Fix static call for non-static method in bin/initMDSPdo.php (#1892)
</li>
<li>
Restore logout-behaviour for IdP's that do not send a saml:NameID in their LogoutRequest (#1894)
</li>
<li>
Fix code error in docs (#1895)
</li>
<li>
Fixed a TypeError when accessing the module.php endpoint without specifying a module (#1907)
</li>
<li>
Drop ext-intl in favour of a polyfill (#1908)
</li>
</ul>
<p>
<code>
multiauth
</code>
</p>
<ul>
<li>
Fix TypeError due to missing keys in source array (#1900)
</li>
</ul>
<h2 id="version-207">
Version 2.0.7
</h2>
Expand Down
20 changes: 20 additions & 0 deletions 2.1/simplesamlphp-upgrade-notes-2.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,25 @@ <h2 id="two-builds">
The 'slim' build is a lightweight build without any modules other than the core modules installed (alike the 2.0 build).
A new 'full' build is added that will come with the most used modules pre-installed.
</p>
<h2 id="default-security-headers">
Default security-headers
</h2>
<p>
The default security headers have been adjusted to a more strict set. This may cause issues if you use any modules
or custom themes that use inline CSS or JavaScript. You can adjust these settings in
<code>
config.php
</code>
using the
<code>
headers.security
</code>
setting, but we recommend updating the custom module/theme and move and inline CSS or JavaScript
to a file. All modules within the
<code>
simplesamlphp/*
</code>
namespace are fixed and should not cause any issues.
</p>
</main></body>
</html>
144 changes: 144 additions & 0 deletions devel/simplesamlphp-changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,31 @@
SimpleSAMLphp changelog
</a>
<ul>
<li>
<a href="#version-211">
Version 2.1.1
</a>
</li>
<li>
<a href="#version-210">
Version 2.1.0
</a>
</li>
<li>
<a href="#version-208">
Version 2.0.8
</a>
</li>
<li>
<a href="#version-207">
Version 2.0.7
</a>
</li>
<li>
<a href="#version-206">
Version 2.0.6
</a>
</li>
<li>
<a href="#version-205">
Version 2.0.5
Expand Down Expand Up @@ -136,6 +156,45 @@
This document lists the changes between versions of SimpleSAMLphp.
See the upgrade notes for specific information about upgrading.
</p>
<h2 id="version-211">
Version 2.1.1
</h2>
<p>
Released 2023-11-28
</p>
<ul>
<li>
Fix static call for non-static method in bin/initMDSPdo.php (#1892)
</li>
<li>
Restore logout-behaviour for IdP's that do not send a saml:NameID in their LogoutRequest (#1894)
</li>
<li>
Fix code error in docs (#1895)
</li>
<li>
Fixed a TypeError when accessing the module.php endpoint without specifying a module (#1907)
</li>
<li>
Fixed the precondition-functionality for more complex authproc-filters (#1905)
</li>
<li>
Reverted a case of 'constructor property promotion' in SAMLParser, causing the validators to be empty (#1904)
</li>
<li>
Drop ext-intl in favour of a polyfill (#1908)
</li>
</ul>
<p>
<code>
multiauth
</code>
</p>
<ul>
<li>
Fix TypeError due to missing keys in source array (#1900)
</li>
</ul>
<h2 id="version-210">
Version 2.1.0
</h2>
Expand Down Expand Up @@ -170,6 +229,91 @@ <h2 id="version-210">
was dropped in favour of a packaged phar-file.
</li>
</ul>
<h2 id="version-208">
Version 2.0.8
</h2>
<p>
Released 2023-11-28
</p>
<ul>
<li>
Fix static call for non-static method in bin/initMDSPdo.php (#1892)
</li>
<li>
Restore logout-behaviour for IdP's that do not send a saml:NameID in their LogoutRequest (#1894)
</li>
<li>
Fix code error in docs (#1895)
</li>
<li>
Fixed a TypeError when accessing the module.php endpoint without specifying a module (#1907)
</li>
<li>
Drop ext-intl in favour of a polyfill (#1908)
</li>
</ul>
<p>
<code>
multiauth
</code>
</p>
<ul>
<li>
Fix TypeError due to missing keys in source array (#1900)
</li>
</ul>
<h2 id="version-207">
Version 2.0.7
</h2>
<p>
Released 2023-10-30
</p>
<ul>
<li>
Fixed a missing Accept-header for metadata queries (#1865)
</li>
<li>
Update vulnerable composer (CVE-2023-43655; not affected)
</li>
<li>
Fixed a potential XSS-through-DOM (3x; not affected)
</li>
<li>
Fixed a warning in the RequestedAuthnContextSelector
</li>
<li>
Fixed file logging handler to not fail on the first write after file-creation (#1877)
</li>
</ul>
<h2 id="version-206">
Version 2.0.6
</h2>
<p>
Released 2023-09-07
</p>
<ul>
<li>
Fixed a legacy endpoint causing to break iframe-logout (#1846)
</li>
<li>
Fixed an incorrect return-type in RunnableResponse
</li>
<li>
Fix for admin.protectmetadata=true - it would show a blank page
</li>
<li>
Fix default for entity attributes NameFormat in XML metadata to be 'URI'.
</li>
<li>
Fix error message when invoking SSO endpoint without the required parameters.
</li>
<li>
Security header regression
</li>
<li>
Fixed a regression that made it impossible to configure metadata-signing on individual hosted IdP's (#1792)
</li>
</ul>
<h2 id="version-205">
Version 2.0.5
</h2>
Expand Down
20 changes: 20 additions & 0 deletions devel/simplesamlphp-upgrade-notes-2.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,25 @@ <h2 id="two-builds">
The 'slim' build is a lightweight build without any modules other than the core modules installed (alike the 2.0 build).
A new 'full' build is added that will come with the most used modules pre-installed.
</p>
<h2 id="default-security-headers">
Default security-headers
</h2>
<p>
The default security headers have been adjusted to a more strict set. This may cause issues if you use any modules
or custom themes that use inline CSS or JavaScript. You can adjust these settings in
<code>
config.php
</code>
using the
<code>
headers.security
</code>
setting, but we recommend updating the custom module/theme and move and inline CSS or JavaScript
to a file. All modules within the
<code>
simplesamlphp/*
</code>
namespace are fixed and should not cause any issues.
</p>
</main></body>
</html>
Loading

0 comments on commit 60b1e68

Please sign in to comment.