github THM-Health/PILOS v4.8.0
PILOS 4.8.0

one day ago

This update to PILOS v4 adds OpenID Connect as a new authentication option and offers additional options for customizing the user interface using custom CSS. It also fixes several minor bugs and implements security recommendations and fixes that were suggested during a penetration test conducted by a German state government.

Due to the security vulnerabilities that have been fixed, we recommend installing the update as soon as possible.


To Install this version check our Getting Started Guide


⚠️ Upgrading / Breaking Change

In previous NGINX reverse proxy configuration recomendations, the Host header was not explicitly set.
Due to an undocumented change in the Laravel framework, this now results in a “Bad Request” error.

Add the following line to your NGINX configuration:

proxy_set_header Host $host;

Added

Changed

Fixed

Security

Full Changelog: v4.7.1...v4.8.0

Don't miss a new PILOS release

NewReleases is sending notifications on new releases.