Kanboard 1.2.50
Security Improvements
- Added missing authorization checks in multiple controllers.
- Enforced project-level authorization checks where they were missing.
- Improved plugin security by enforcing installer checks in
PluginControlleractions. - Enabled Parsedown safe mode to add an extra layer of protection to Markdown rendering against unsafe content.
- Added CSRF protection for project role changes and enforced JSON content type for related endpoints.
Maintenance & Tooling
- Updated the PHPUnit version used for the test suite.
- Switched the GitHub workflow to use the
php-cs-fixerDocker image instead of installing it via Composer.
Dependencies
- Updated
pimple/pimplefrom version 3.5.0 to 3.6.1.