| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Kanboard 1.2.50 source code.tar.gz | 2026-02-08 | 3.5 MB | |
| Kanboard 1.2.50 source code.zip | 2026-02-08 | 4.5 MB | |
| README.md | 2026-02-08 | 743 Bytes | |
| Totals: 3 Items | 8.1 MB | 22 | |
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.